-1

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?

sanyam jain
  • 135
  • 4
  • 13

1 Answers1

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