Re: [Dev] [CEP] Acceptable event processing time and Event queue size

2014-10-21 Thread Asok Perera
Hi Tishan, Thank you so much for these information. I will go through your link and contact you if I need to clarify anything. BR *Asok Aravinda Perera* Software Engineer WSO2, Inc.;http://wso2.com/

Re: [Dev] [CEP] Acceptable event processing time and Event queue size

2014-10-20 Thread Tishan Dahanayakage
Hi Asok, Siddhi 2.x.x implementations use [1] to achieve synchronization. In current implementation, process method will be accessed by multiple threads. So in custom implementations you need to handle that accordingly. So the maximum memory for event queue will be actually decided by jvm. Also

[Dev] [CEP] Acceptable event processing time and Event queue size

2014-10-17 Thread Asok Perera
Hi, Could I know how the Event queuing (Not referring to the window extension) happens in Siddhi whenever there is synchronised method in a class which is called through siddhi extension (Say transformer extension) ? The exact case I'm referring here is, there is a function which consumes some