AutoPatrol
191
edits
(Created page with "= Event Processing = Event processing is one of core components of NetXMS. It determines how the monitoring system will react to various events. == Event Processing Overview...") |
|||
Line 9: | Line 9: | ||
[[File:Event_flow.png|600px|none|alt=Event flow]] | |||
Line 15: | Line 15: | ||
Although it may seem that processing all events one by one may become a bottleneck in the system, this should not be the case. Event processor is highly optimized, and all potentially long operations (like action execution) are performed by separate processes. | Although it may seem that processing all events one by one may become a bottleneck in the system, this should not be the case. Event processor is highly optimized, and all potentially long operations (like action execution) are performed by separate processes. | ||
== Event Processing Policy == | == Event Processing Policy == |