Click here to Skip to main content
15,892,643 members
Articles / Programming Languages / Java

TCP/IP Parameter Tuning for Rapid Client Connections

Rate me:
Please Sign up or sign in to vote.
2.00/5 (2 votes)
22 Feb 2010CPOL4 min read 38.7K   704   16  
Applications that open and close a large number of client TCP/IP sockets run the risk of running out of available socket ports. The exceptions raised can be misleading because they are generally associated with server socket conflicts – not outbound client connections.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Mike Gavaghan opines on C# and .Net in his blog Talk Nerdy To Me[^]. He is a Microsoft Certified Professional Developer working as a C#/.Net software consultant based in Dallas, Texas.

Since 1992, he has supported clients in diverse businesses including financial services, travel, airlines, and telecom. He has consulted at both mammoth enterprises and small startups (and sees merits and problems in both).

You may also view his profile on LinkedIn[^].

Comments and Discussions