[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] about the burst mode



raoweixiong wrote:

hi,all;
	I find the burst mode in Qos is defined as <burstMode collectTime='400' />. I wonder what the collectTIme means and , how the xmlblaster implement the burstmode mechanism and different the normal Qos from the burstMOde Qos ?

Hi Raoweixiong,

there is a note about burst mode in
http://www.xmlblaster.org/xmlBlaster/doc/requirements/engine.callback.html

In your above 400 milli seconds example xmlBlaster would collect
for this callback client all messages for 400 millis and send them
together.
This setting is only to increase performance (the cost is latency)

best regards

Marcel


Best Regards


Raoweixiong