Hi all,
I have a application that has set of request such as
{
Get ----Request 1
Get ----Request 2
Post ----Request 3
Get ----- Request 4
Post Request 5
}
so for that above set of request , i am supposed to create getMethod object
and Postmethod object alternatly.
In this case i could i reuse connection. I am create only one object of
Httpclient but for each request i am
creating corresponding get or Post method object. Is this a correct way for
connection persistence or i have to change the way i send request.
Pls Help me.
Thank you.
--
View this message in context:
http://www.nabble.com/Http-KeepAlive-simulation-tf4240711.html#a12066791
Sent from the HttpClient-User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]