![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Complex Event Processing RSS News Aggregated RSS news on CEP, ESP and EP. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple Event Processing != Complex Event Processing | iBot | Complex Event Processing RSS News | 0 | 12-16-2007 12:10 PM |
| Complex Event Processing – Believe the Hype? | iBot | Complex Event Processing RSS News | 0 | 11-19-2007 02:50 PM |
| Complex & Event Processing in the news | iBot | Complex Event Processing RSS News | 0 | 08-24-2007 08:30 PM |
| What is Complex Event Processing? (Part 7) | iBot | Complex Event Processing RSS News | 0 | 08-09-2007 11:50 PM |
| What is Complex Event Processing? (Part 1) | iBot | Complex Event Processing RSS News | 0 | 08-09-2007 11:50 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||||
|
Blackboards for Complex Event Processing
vincent
07-25-2008 10:55 AM An interesting post on Tim Bass’ CEP blog [*1] describing Blackboard Systems, which is an established term from the era of AI research for “distributed knowledge systems” that co-operatively solve problems. Tim and I have previously mentioned blackboards and blackboard systems in the context of Complex Event Processing (CEP), but the passage of time has meant that “blackboard” is more significant for implying “distributed shared memory” [*2] in a CEP context, rather than just co-operating threads or agents looking at a shared database or memory structure [*3]. Distributed memory is a requirement we see for scalable, high-throughput event processing beyond what you can fit into a single machine’s (or JVM’s) memory space. A general progression for “CEP system complexity” on how the system handles memory is:
Other useful references are:
Notes: [1] Disclaimer: Tim is an ex-colleague and runs a vendor-independent blog on aspects of CEP. [2] Blackboard systems historically used a single memory model (i.e. multiple threads or processes using a single machine’s memory model). But the interesting aspect for CEP is not that event processing agents can create new events to be used by other CEP agents (which is pretty much de facto CEP runtime behavior), but that the memory model can exist across multiple machines (i.e. can be distributed). [3] This old paper even suggested that blackboard systems’ reign in AI research was curtailed by rule systems’ use of independent rulesets operating on a shared working memory - i.e. standard rule engine behavior. Rule-driven CEP engines like TIBCO BusinessEvents can certainly operate this way, with “independent” declarative rulesets cooperating on a problem. This approach is more difficult if you can represent your CEP or ESP solution only as a “flow diagram”, as you are explicitly fixing (non-declaratively) the interoperation of the CEP processing elements. Source... |
| Sponsored Links | ||
|
|