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
Sorry...I have changed the subject to [OT].. Paul McCulloch <[EMAIL PROTECTED]> wrote: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 PR

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 there any design pattern that ca