bind error!!!!!

P

Perrin Aybara

hi..
my code was working pretty well until yesterday.suddenly it started
giving me bind error: address already in use.
but i have logged out and again logged in, but still the problem is not solved
can somebody give me solution for this

thankx
perrin
 
S

Steve Holden

Perrin said:
hi..
my code was working pretty well until yesterday.suddenly it started
giving me bind error: address already in use.
but i have logged out and again logged in, but still the problem is not solved
can somebody give me solution for this

thankx
perrin
Next time, please ask a slightly smarter question:

www.catb.org/~esr/faqs/smart-questions.html

I presume you are talking about a socket-based server program?

There's a timeout period during which your server port will be left
unusable (according to the TCP standards). You can avoid this by setting
the socket.SO_REUSEADDR option when you open your server socket.

regards
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top