Which mechanism is better in performance? In push mechanism I need to create a thread for ever computer for which i collect event.While in pull mechanism continuous polling will flood the network.Is there any detailed explanation which is better or can someone provide the explanation for performance of these mechanisms?
Asked
Active
Viewed 984 times
1 Answers
0
Well, Im stuggeling with this for a while now...
When you create the subscription in the Event Viewer, you can select the Delivery Optimization Method to "minimize latency" or "minimize bandwith"
with minimize latency
every 30 seconds
the events are transmitted to the collector.
the normal mode
takes 15 minutes
,
and minimize bandwith
takes 6 hours
.
Source: Microsoft Technet
Also you can specify a subscription through a XML file. you might look at this microsoft technet thread for more information how to use XML

Joel
- 1,725
- 3
- 16
- 34
-
btw: are you using `source` or `collector` initiated subscriptions? – Joel Feb 10 '15 at 08:15