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 dropped or will it remain open for the next
call.invoke()?

Any help would be great thanks.

-Chris

Reply via email to