Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Many network session opened during the update

p2 downloads 4 files concurrently. I'm a bit surprised that so many are kept open. There may be a problem with the way the connection pool is closing at the http client level.
Please file a bug report and produce steps for investigation.
Thx

On 2011-03-29, at 3:46 PM, Samuel Wu wrote:

Hello everyone,
A customer found that the update put a heavy duty on the web sever during the update. And it eventually caused some update to fail. I did an update and found about twenty sessions opened by the netstat command.

C:\Documents and Settings\Administrator>netstat
Active Connections

Proto Local Address Foreign Address State
TCP webserver:http client2.domain.ibm.com:4903 ESTABLISHED
TCP webserver:http client2.domain.ibm.com:4904 ESTABLISHED
TCP webserver:http client2.domain.ibm.com:4905 ESTABLISHED
TCP webserver:http client2.domain.ibm.com:4906 ESTABLISHED
TCP webserver:http client2.domain.ibm.com:4907 ESTABLISHED
TCP webserver:http client2.domain.ibm.com:4908 ESTABLISHED
TCP webserver:http client2.domain.ibm.com:4909 ESTABLISHED
TCP webserver:http client2.domain.ibm.com:4910 ESTABLISHED
TCP webserver:http client2.domain.ibm.com:4911 ESTABLISHED
TCP webserver:http client2.domain.ibm.com:4916 ESTABLISHED
TCP webserver:http client2.domain.ibm.com:4917 ESTABLISHED
TCP webserver:http client2.domain.ibm.com:4918 ESTABLISHED
TCP webserver:http client2.domain.ibm.com:4919 ESTABLISHED
TCP webserver:epmap webserver.torolab.ibm.com:4963 ESTABLISHED
TCP webserver:3389 client2.domain.ibm.com:4758 ESTABLISHED
TCP webserver:4963 webserver.torolab.ibm.com:epmap ESTABLISHED

I wonder why so many sessions are needed and whether there is a way to control the number of the sessions.
Thanks a lot.

Best Regards

Samuel Wu

_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top