Sponsored Content
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Call for Public CEP Reference Clients for 2008 Post 302215333 by Linux Bot on Wednesday 16th of July 2008 05:50:06 AM
Old 07-16-2008
Call for Public CEP Reference Clients for 2008

Tim Bass
07-16-2008 02:42 AM
Last year The CEP Blog conducted a survey of all public CEP/EP use cases by customers, based on a simple criteria.****We asked the various CEP vendors to on various CEP discussion forums, social networking sites like LinkedIn, and mailing lists to review both the criteria and the list, comment and update.** We published the results*in CEP/EP Reference Customers 2005-2007.

Now that we are beyond the halfway point in 2008*we are going start the process all over again.** So please feel free to comment* as I start compiling the list again, using the same criteria as last year (However, I reserve the right to slightly modify the criteria if necessary).* Basically, the criteria looks like this:
- Must be a (CEP/EP) software vendor.

- Must be an end user / customer.

- Must NOT be a partnership or OEM announcement.

- Must mention complex event processing (CEP) or event processing (EP) in the public statement.

- Must be available on the Internet and in English.

In a nutshell, just as we did last year, we will compile all the CEP/EP public reference clients that mention CEP, the software and the customer.** Your are*encouraged to post links to your 2008 reference clients in the comment section* here.** Please include the URL, Date, Source, Software Vendor, Customer Application (Use Case), as in the 2007 worksheet.



Source...
 

2 More Discussions You Might Find Interesting

1. Programming

call by reference

Ive just started programming in C and am confused with the output of the code void main() { int a=10; int b=20; swapr(a++,b++); printf("%d %d",a,b); } swapr (int *x,int *y) { x+=2; y+=3; } the output of the code is 11,21 which is confusing. first its... (3 Replies)
Discussion started by: ra2000
3 Replies

2. Programming

Swap call by reference confusion

Hello, This is very silly question as millions discussions on call-by-value vs call-by-reference for programming beginners, but I need to confirm my understanding. #include<stdio.h> void swap(int *p, int *q) //Line 3 { int tmp; tmp = *p; *p = *q; *q = tmp; } int... (15 Replies)
Discussion started by: yifangt
15 Replies
OAUTH(3)								 1								  OAUTH(3)

The OAuth class

INTRODUCTION
The OAuth extension provides a simple interface to interact with data providers using the OAuth HTTP specification to protect private resources. CLASS SYNOPSIS
OAuth OAuth Properties o public$debug o public$sslChecks o public$debugInfo Methods o public OAuth::__construct OAUTH_SIG_METHOD_HMACSHA1 (string $consumer_key, string $consumer_secret, [string $signature_method], [int $auth_type]) o public void OAuth::__destruct (void ) o public bool OAuth::disableDebug (void ) o public bool OAuth::disableRedirects (void ) o public bool OAuth::disableSSLChecks (void ) o public bool OAuth::enableDebug (void ) o public bool OAuth::enableRedirects (void ) o public bool OAuth::enableSSLChecks (void ) o public mixed OAuth::fetch (string $protected_resource_url, [array $extra_parameters], [string $http_method], [array $http_headers]) o public string OAuth::generateSignature (string $http_method, string $url, [mixed $extra_parameters]) o public array OAuth::getAccessToken (string $access_token_url, [string $auth_session_handle], [string $verifier_token], [string $http_method]) o public array OAuth::getCAPath (void ) o public string OAuth::getLastResponse (void ) o public string OAuth::getLastResponseHeaders (void ) o public array OAuth::getLastResponseInfo (void ) o public string OAuth::getRequestHeader (string $http_method, string $url, [mixed $extra_parameters]) o public array OAuth::getRequestToken (string $request_token_url, [string $callback_url], [string $http_method]) o public mixed OAuth::setAuthType (int $auth_type) o public mixed OAuth::setCAPath ([string $ca_path], [string $ca_info]) o public mixed OAuth::setNonce (string $nonce) o public void OAuth::setRequestEngine (int $reqengine) o public mixed OAuth::setRSACertificate (string $cert) o public bool OAuth::setSSLChecks (int $sslcheck) o public mixed OAuth::setTimestamp (string $timestamp) o public bool OAuth::setToken (string $token, string $token_secret) o public bool OAuth::setVersion (string $version) PROPERTIES
o $debug - o $sslChecks - o $debugInfo - PHP Documentation Group OAUTH(3)
All times are GMT -4. The time now is 06:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy