Update of /cvsroot/sblim/jsr48-client
In directory vz-cvs-3.sog:/tmp/cvs-serv22131
Modified Files:
NEWS sblim-cim-client2.properties
Log Message:
3492224 - Need two different timeouts for Socket connections
Index: NEWS
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/NEWS,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -d -r1.259 -r1.260
--- NEWS 13 Mar 2012 15:27:45 -0000 1.259
+++ NEWS 13 Mar 2012 15:46:29 -0000 1.260
@@ -1,5 +1,6 @@
Changes in HEAD
================
+3492224 Need two different timeouts for Socket connections
3492214 Add a SenderIPAddress property indications
3492246 Rename new indication trace property
3490355 TCK: Cannot instantiate WBEMClientFactory
Index: sblim-cim-client2.properties
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.properties,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- sblim-cim-client2.properties 13 Mar 2012 15:27:46 -0000 1.26
+++ sblim-cim-client2.properties 13 Mar 2012 15:46:29 -0000 1.27
@@ -352,9 +352,9 @@
#sblim.wbem.synchronizedSslHandshake=false
# If set to true, socket connections are attempted with the timeout value defined by
-# sblim.wbem.httpTimeout. If set to false, socket connections are attempted without
-# a timeout. Using a timeout for socket connections is the preferred method but may
-# introduce intermittent, significant performance impacts during the connection
+# sblim.wbem.socketConnectTimeout. If set to false, socket connections are attempted
+# without a timeout. Using a timeout for socket connections is the preferred method
+# but may introduce intermittent, significant performance impacts during the connection
# process in Java 5+ (see Sun bug 5092063).
#
# Type: Boolean
@@ -363,6 +363,19 @@
#
#sblim.wbem.socketConnectWithTimeout=true
+# The timeout for socket connect requests. A timeout of zero is interpreted as
+# infinite timeout.
+#
+# Note: This property has no effect unless socket connection with timeout is
+# enabled (see the sblim.wbem.socketConnectWithTimeout property).
+#
+# Type: Integer
+# Recognition: Anytime
+# Range: 0 .. Integer.MAX_VALUE
+# Default: 0
+#
+#sblim.wbem.socketConnectTimeout=0
+
# Turn on/off usage of the default user/password, which can be used
# if the CIMOM requires a "garbage" credential. If set to false,
# user-supplied credentials will be applied. If set to true,
|