Re: Connection Keep Alive

2005-02-03 Thread Christopher Johnson
Constants.HEADER_CONNECTION_CLOSE; > } > > ... > > I would like to know because does not use Keep-Alive? > > Thanks, > Carol > > >> > >> - Original Message - From: "Christopher Johnson" > >> <[EMAIL PROTECTED]> > >>

Re: Connection Keep Alive

2005-02-03 Thread Ana Carolina Chaves Machado
-Alive? Thanks, Carol - Original Message - From: "Christopher Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 03, 2005 12:11 PM Subject: Connection Keep Alive I'm trying to increase performance to my web service by making us

Connection Keep Alive

2005-02-03 Thread Christopher Johnson
I'm trying to increase performance to my web service by making use of the HTTP/1.1 protocol I'd like to set Connection to keep-alive but I'm not sure how to do it, everything try is not working for me. Also by setting connection to keep-alive after calling call.invoke() will the connection be dr

How to set request contains HTTP header with "Connection: Keep-Alive" in Axis

2004-11-30 Thread Zhou Jian Han
Hi, I look into the Class 'Call' which has setTimeOut(Integer timeout), it takes millisec as param. But How can I set a request which has no timeout, and generate request contains an HTTP header with "Connection:keep-alive". Should I set timeout=-1?? Many Thanks, Georgia <>