Server creates too many TCP/IP connections

We have a server that is using SOAP and the HTTPChannel. When I access the server from .NET I seen hundreds of TCP/IP connections which go into TIME_WAIT. We have the server set to share the socket but for some reason it is still creating hundreds of connections when we poll in a loop. Our .NET server does not do this?

Any ideas on what would cause this or what property on the Server or Channel I need to set to prevent tons of connections. I would think sharing a connection would be easy to fix. Just can’t find a way to prevent and it causes delays in communications after 2 minutes.

I’ve attached a screen shot showing all the connections against port 2827

Hello.

Please send us small testcase with the problem to investigate it in details. Also can you describe in details how you do poll the server?

Thanks in advance.