Getting Started in CEP: How to Build an Event Processing Application (Part 1)

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Getting Started in CEP: How to Build an Event Processing Application (Part 1)
# 1  
Old 07-19-2007
Getting Started in CEP: How to Build an Event Processing Application (Part 1)

timbass
Thu, 19 Jul 2007 08:42:22 +0000
Complex event processing (CEP) is a promising new technology that aims to enable businesses to quickly identify and respond to both threats and opportunities. Many companies are interested in the promise of CEP but they are unsure where to begin.**
We are fortunate that our friends at Gartner*are hosting their first event processing summit, 19-21*September*2007, in Orlando, Florida; and I am honored that Roy Schulte invited me to present on this topic,* Getting Started in CEP: How to Build an Event Processing Application.*** As Mark Palmer so eloquently mentioned in his blog entry, “when Gartner publicly endorses a market, its a good indicator that momentum is on the side of technology.”
So… How do we build an event processing application?**
Stay tuned ….




Source...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
dat_evd_enable(3DAT)				     Direct Access Transport Library Functions				      dat_evd_enable(3DAT)

NAME
dat_evd_enable - enable the Event Dispatcher SYNOPSIS
cc [ flag... ] file... -ldat [ library... ] #include <dat/udat.h> DAT_RETURN dat_evd_enable( IN DAT_EVD_HANDLE evd_handle ) PARAMETERS
evd_handle Handle for an instance of Event Dispatcher. DESCRIPTION
The dat_evd_enable() function enables the Event Dispatcher so that the arrival of an event can trigger the associated CNO. The enabling and disabling EVD has no effect on direct waiters on the EVD. However, direct waiters effectively take ownership of the EVD, so that the speci- fied CNO is not triggered even if is enabled. If the Event Dispatcher is already enabled, this operation is no-op. RETURN VALUES
DAT_SUCCESS The operation was successful. DAT_INVALID_HANDLE The evd_handle parameter is invalid. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: uDAPL, 1.1, 1.2 | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
dat_evd_disable(3DAT), libdat(3LIB), attributes(5) SunOS 5.11 16 Jul 2004 dat_evd_enable(3DAT)