webservice - does http connection pool make sense?
I'm in the progress of implementing a webservice server and client with apache cxf, after reading this HTTP Connection Pooling discussion, i'm really confuse about this. Does pooling http connection make sense? Since both clien开发者_开发技巧t and server cannot keep the connection for a while.
Thank you.
Edited: the comment below clearly answer the question. Thank you murdoch!
Ok, Well it seems you have done the reading and the answer is to enable HTTP Keep Alive.
精彩评论