From: Dave B. <bla...@us...> - 2013-03-26 17:25:48
|
Update of /cvsroot/sblim/jsr48-client In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9122 Modified Files: Tag: Experimental sblim-cim-client2.properties Log Message: 2628 Limit size of LinkedList of CIMEvents to be dispatched Index: sblim-cim-client2.properties =================================================================== RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.properties,v retrieving revision 1.1.2.38 retrieving revision 1.1.2.39 diff -u -d -r1.1.2.38 -r1.1.2.39 --- sblim-cim-client2.properties 5 Mar 2013 15:31:07 -0000 1.1.2.38 +++ sblim-cim-client2.properties 26 Mar 2013 17:25:44 -0000 1.1.2.39 @@ -632,6 +632,19 @@ # #sblim.wbem.listenerHandlerMaxIdle=30000 +# The maximum number of queued events (the fixed capacity of the +# LinkedList of indications awaiting delivery to the listener). When +# the maximum is reached, the oldest indications are discarded to make +# room for the newest ones. A value of 0 is interpreted as infinity. +# +# Type: Integer +# Unit: Count +# Recognition: On next creation of a WBEMListener +# Range: 0 .. Integer.MAX_VALUE +# Default: 0 +# +#sblim.wbem.listenerMaxQueuedEvents=0 + # If set to true, reliable indication support is enabled and indications # are processed accordingly. If set to false, reliable indication # support is disabled and indications are passed directly to listener. |