Hello all.
We have following challenge to address :
1. We have 2 JBOSS Servers, say, S1 and S2
2. There will be 1,00,000 distinct-client-threads fired to
S1/TalkToS2.jsp/
3. S1 will have hence virtually 1,00,000-threads attempting to exchange
request/response with S2 only.

Now questions :
1. how do we realize Connection Pooling ?
2. Can MultiThreadedConnectionManager be of help to realize connection
pooling?
3. Since for all client-threads we need to make connection to single
server S2,can we realize Piplining?

Thanks in advance
vim


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to