Is There a Commercial Need for a Quantum Leap in CEP Technology?


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Is There a Commercial Need for a Quantum Leap in CEP Technology?
# 1  
Old 02-01-2009
Is There a Commercial Need for a Quantum Leap in CEP Technology?

by David Luckham CEP has come in for some criticism in the Bloggosphere recently. “CEP is just marketing hype”. I predicted some time ago this would happen- and it is quite understandable. The technical principles of CEP[1] have been “fuzzed up” by the marketeers, and some products with little CEP technology have been over-hyped and over-sold. [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Devel::Caller::IgnoreNamespaces(3pm)			User Contributed Perl Documentation		      Devel::Caller::IgnoreNamespaces(3pm)

NAME
Devel::Caller::IgnoreNamespaces - make available a magic caller() which can ignore namespaces that you tell it about SYNOPSIS
package Foo::Bar use Devel::Caller::IgnoreNamespaces; Devel::Caller::IgnoreNamespaces::register(__PACKAGE__); DESCRIPTION
If your module should be ignored by caller(), just like Hook::LexWrap is by its magic caller(), then call this module's register() subroutine with its name. SUBROUTINES
register('packagename', 'anotherpackage', ...) Takes a list of packages that caller() will ignore in future. BUGS and FEEDBACK Please report any bugs using <http://rt.cpan.org>. The best bug reports include a file with a test in it that fails with the current code and will pass once the bug is fixed. I welcome feedback, especially constructive criticism, by email. Feature requests are more likely to be accepted if accompanied by a patch and tests. AUTHORS, COPYRIGHT and LICENCE This module is maintained by David Cantrell <david@cantrell.org.uk> and based almost entirely on code by Damian Conway. Copyright 2001-2008 Damian Conway Documentation and tests and some code copyright 2009 David Cantrell You may use, modify and distribute this code under either the Artistic Licence or the GNU GPL version 2. See the ARTISTIC.txt or GPL2.txt files for the full texts of the licences. perl v5.10.1 2009-08-19 Devel::Caller::IgnoreNamespaces(3pm)