Re: SocketException: Too many open files - can't understand why though?
- From: "Lee" <lvturner@xxxxxxxxx>
- Date: 14 Dec 2006 09:26:07 -0800
Changing
public TcpClient client = new TcpClient();
to
public TcpClient client;
Fixed the problem, thanks all! :-)
(The rest of the code is probably still rubbish, but at least it works
now)
.
- References:
- SocketException: Too many open files - can't understand why though?
- From: Lee
- Re: SocketException: Too many open files - can't understand why though?
- From: Peter Duniho
- Re: SocketException: Too many open files - can't understand why though?
- From: Lee
- Re: SocketException: Too many open files - can't understand why though?
- From: Peter Duniho
- Re: SocketException: Too many open files - can't understand why though?
- From: Lee
- SocketException: Too many open files - can't understand why though?
- Prev by Date: Re: Sun Java System Directory Server Authentication
- Next by Date: Enumerator question
- Previous by thread: Re: SocketException: Too many open files - can't understand why though?
- Next by thread: VS Service Packs are too far apart
- Index(es):