COTS Software Versus (Hard) Coding in EP Applications

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News COTS Software Versus (Hard) Coding in EP Applications
# 1  
Old 11-21-2007
COTS Software Versus (Hard) Coding in EP Applications

Tim Bass
Wed, 21 Nov 2007 10:39:54 +0000
Opher Etzion has kindly asked me to write a paragraph or two on commercial-off-the-shelf* (COTS) software versus (hard) coding software*in event processing applications.*
My thoughts on this topic are similar to my earlier blog musings, Latency Takes a Back Seat to Accuracy in CEP*Applications.
If you buy a EP engine (today)*because it permits you run some quick-and-dirty (rule-based) analytics against a stream of incoming events, and you can do this quickly without spending considerable software development costs, and the learning curve and implementation*curve for*the COTS is*relatively low,*this could be a good business decision, obviously.** Having a software license for an EP engine that permits you to quickly develop and change analytics, variables and parameters on-the-fly is useful.*
On the other hand, the current state of many*CEP platforms, and their declarative programming modelling capabilities,*is that they focus on If-Then-Else, Event-Condition-Action (ECA), rule-based analytics.* Sophisticated processing requires more functionality that just ECA rules, because most advanced detection-oriented applications are not just*ECA solutions.
For many classes*of EP applications today, writing code may still be the best way to achieve the results (accuracy, confidence) you are looking for, because CEP software platforms have not yet evolved to plug-and-play analytical platforms, providing a wide range of sophisticated analytics in combination with*quality modelling tools for the all business users and their advanced detection requirements.
For this reason, and others which I don’t have time to write about today, I don’t think that we can*say blanket statements that “CEP is about using engines versus writing programs or hard coding procedures.”** Event processing, in context to*specific business problems,*is the “what” and using a CEP/EP modelling tool and execution engine is only one of the possible”hows” in an event processing architecture.**
As we know, CEP/EP*engines, and the market place for using them, are still evolving and maturing; hence, there are many CEP/EP applications, today, and in the foreseeable future, that require hard coding to meet performance objectives, when performance is measured by actual business-decision*results (accuracy).*
Furthermore, as many of our friends point out, if you truely want the fastest, lowest latency possible, you need to be as close to the “metal” as possible, so C and C++ will always be faster than Java*byte code running in a sandbox written in C or C++.***
And, as you (Opher) correctly point out, along with most of the end users we talk to, they*do not process megaevents per second on a single platform, so this is a marketing red herring.* This brings us back to our discussions on the future of distributed object caching, grid computing and virtulization - so I’ll stop and go out for some fried rice and shrimp, and some cold Singha beer.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Web Development

Using LWP without hard coding password

Hi, I would like to read content from a https site. I have decided to use LWP module in perl. but it throwed 401 Authorization required error. i dont want to hard code the password in my perl code. Is there any way to achieve the authentication without hardcoding the password. Thanks,... (1 Reply)
Discussion started by: pandeesh
1 Replies

2. UNIX for Advanced & Expert Users

Separated hard disks for Operating System and applications - better IO performance ?

Dear all, I would like to ask if there are any positive effects from having a dedicated hard disk for the operating system. The scenario would be to have a dedicated disk for the OS and a dedicated disk for the applications. Do you see any advantages in such a configuration such as better... (9 Replies)
Discussion started by: petrospis
9 Replies

3. Programming

char constants vs. hard-coding

This might be a silly question, but I thought I'd ask anyway. If I'm writing in C, isn't it more efficient to, for instance, use constant character variable set to 'A' instead of hard-coding a character 'A'? Since it's only a single character instead of a string, it might not matter much. (10 Replies)
Discussion started by: cleopard
10 Replies

4. UNIX for Dummies Questions & Answers

Sending mails to various users without hard coding the email IDS

Hi Can any one help me out ? I am trying to send an autogenerated mail with an attachment to bulk of users using 'MAILX' and 'UNENCODE' . I have used it as follows X " ( cat /sastemp/body.txt; uuencode Test.xls.gz Test.xls.gz ) | mailx -s 'Testing' ' abcd@yahoo.com , efgh@gmail.com ' " ... (9 Replies)
Discussion started by: manas6
9 Replies

5. High Performance Computing

Clustered Databases Versus Virtualization for CEP Applications

Tim Bass Sat, 17 Nov 2007 04:11:25 +0000 In my earlier*post, A Model For Distributed Event*Processing, I promised to address grid computing, distributed object caching and virtualization, and how these technologies relate to complex event processing.***Some of my readers might forget my earlier... (0 Replies)
Discussion started by: Linux Bot
0 Replies

6. Shell Programming and Scripting

I wanted to update a script, more dynamic (just say no to hard coding)...

currently it has the following: bdumpN=`ll /home/apps/oracle/admin/DBprod/bdump/DBprod_j* | grep "$Cdate" | wc -l` If I pass the DBname, I would not have to hardcode it in the script... I can capture the database name by adding the following: DBname=$1 The problem is, I have been unable... (2 Replies)
Discussion started by: mr_manny
2 Replies

7. UNIX for Dummies Questions & Answers

CTRL+H versus ^? versus BACKSPACE

Hi Gurus! I recently got my shell account (HP UX v11) created by our sysadmin and am having problem deleting with the backspace key. After doing some reading, I believe I need to enter a custom "STTY..." statement in my profile. Can someone please help me with the correct "STTY" sequence... (3 Replies)
Discussion started by: alan
3 Replies
Login or Register to Ask a Question