Update of /cvsroot/sblim/jsr48-client
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7286
Modified Files:
NEWS sblim-cim-client2.properties
Log Message:
2628 Limit size of LinkedList of CIMEvents to be dispatched
Index: NEWS
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/NEWS,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -d -r1.345 -r1.346
--- NEWS 15 Mar 2013 09:30:09 -0000 1.345
+++ NEWS 8 May 2013 17:30:35 -0000 1.346
@@ -1,3 +1,7 @@
+Changes in HEAD
+================
+ 2628 Limit size of LinkedList of CIMEvents to be dispatched
+
Version 2.2.2
================
2624 Update detailed release history HTML for 2.2.2
Index: sblim-cim-client2.properties
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.properties,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- sblim-cim-client2.properties 14 Mar 2013 13:50:13 -0000 1.33
+++ sblim-cim-client2.properties 8 May 2013 17:30:35 -0000 1.34
@@ -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.
|