Re: Coonection pooling

2004-10-04 Thread DGraham
Mailing List" <[EMAIL PROTECTED]> To Struts Users Mailing List <[EMAIL PROTECTED]> cc Subject Re: Coonection pooling Hi Mike, Thanks for the reply.Iam infact talking abiut pooling HTTPConnections.So as soon as the application starts up i will create some "n" n

[OT] Re: Coonection pooling

2004-10-04 Thread Michael McGrady
Can you give a few more specifics? I am not sure what you are doing here and the context. On pooling HttpConnection, you might look at http://jigsaw.w3.org/Doc/Programmer/api/org/w3c/www/protocol/http/HttpManager.html . Are you intending to run this application within a webserver with Struts?

Re: Coonection pooling

2004-10-04 Thread Prashanth.S
Hi Mike, Thanks for the reply.Iam infact talking abiut pooling HTTPConnections.So as soon as the application starts up i will create some "n" number of connections.based on the traffic,i will increase or decrease the number of connections in the pool.The main advantage of this will be avoiding t

Re: Coonection pooling

2004-10-04 Thread Michael McGrady
Pooling HTTP connections probably does not make sense. The class HttpURLConnection says as follows: public abstract class *HttpURLConnection* extends URLConnection A URLConnection with support for HTTP-specific fea

Re: Coonection pooling

2004-10-04 Thread James Mitchell
- Original Message - From: "Paul McCulloch" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, October 04, 2004 6:36 AM Subject: RE: Coonection pooling > And your question is relevant on a Struts mailing l

[OT]RE: Coonection pooling

2004-10-04 Thread Prashanth.S
AM > To: [EMAIL PROTECTED] > Subject: Coonection pooling > > > Hi all, > Is there any design pattern that can be followed in order to > implement connection pooling.connection pooling doesnt mean > only JDBC connections.Iam talking about general http > connection

RE: Coonection pooling

2004-10-04 Thread Paul McCulloch
And your question is relevant on a Struts mailing list because ...? Paul > -Original Message- > From: Prashanth.S [mailto:[EMAIL PROTECTED] > Sent: Monday, October 04, 2004 11:28 AM > To: [EMAIL PROTECTED] > Subject: Coonection pooling > > > Hi all, > Is th

Coonection pooling

2004-10-04 Thread Prashanth.S
Hi all, Is there any design pattern that can be followed in order to implement connection pooling.connection pooling doesnt mean only JDBC connections.Iam talking about general http connections to any external systems in order to send requests. Thanks in advance Prashanth