Hi,

Please see my answers inline

On 1/12/2016 10:23 AM, pavlinсм wrote:
Hello,

I have two questions about events :

1) In the documentation one can read "/Since thousands of events per second
are generated, it creates an additional load on the system./" What kind of
load to expect with local events - network, CPU, memory, overall ?
In case of local events both CPU & memory are consumed. CPU is used because an event object has to be constructed and processed by a local listener and stored in EventStorageSpi [1]. Additional memory is occupied by created event objects and EventStorageSpi implementation.


2) If remote events are enabled will there be additional network traffic
between nodes ?
Yes, if a remote filter succeeds then an event is delivered to a local node's local listener that started the remote filter.

[1] https://ignite.apache.org/releases/1.5.0.final/javadoc/org/apache/ignite/spi/eventstorage/EventStorageSpi.html

--
Denis

--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Ignite-Events-overhead-tp2511.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to