开发者

webservice - does http connection pool make sense?

开发者 https://www.devze.com 2023-02-20 10:25 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消