User: schulze
Date: 00/10/09 14:35:56
Modified: manual adv_config.html
Log:
note for blocking property in connection pools added
Revision Changes Path
1.9 +5 -1 jbossweb/manual/adv_config.html
Index: adv_config.html
===================================================================
RCS file: /products/cvs/ejboss/jbossweb/manual/adv_config.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- adv_config.html 2000/10/08 15:05:07 1.8
+++ adv_config.html 2000/10/09 21:35:56 1.9
@@ -221,7 +221,11 @@
are in use. If set to <strong>true</strong>, then a client
that requests a connection will wait until one is available.
If set to <strong>false</strong>, then the pool will return
- null immediately (and the client may retry).</td>
+ null immediately (and the client may retry).<br>
+ <i>Note: Blocking is set to <strong>true</strong> by default
+ and may only be changed for DataSources that are accessed
+ directly by clients code that is capable of handling the
+ returned null in the right way!</i></td>
<td>true</td>
</tr>
<tr>