Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jul : TIdTCPServer refusing connections on one IP but not others.

www.cryer.info
Managed Newsgroup Archive

TIdTCPServer refusing connections on one IP but not others.

Subject:TIdTCPServer refusing connections on one IP but not others.
Posted by:"Adam Lister" (adam@spamless.tombola.com)
Date:Tue, 11 Jul 2006 10:48:04

Hi,

I've got a server app built in D5 using the latest Indy9.  It is bound
to 2 different IP addresses, one of which regularly has 1000+
connections to it and the other has 200+

We've started having problems where the server stops accepting any new
connections on the busy IP but happily accepts them on the other.  I log
every connection to a text file and the onConnect isn't firing at all.
It normally occurs at our busiest time but only once a week or so.

Does anyone have any ideas?  At the moment I'm assuming that either the
listener thread has frozen or that the system has somehow exhausted the
connections available on that socket.  Any help would be greatly
appreciated.

Thanks
Adam

Replies:

www.cryer.info
Managed Newsgroup Archive