Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Indy Telnet Server and hanged sessions
| Subject: | Re: Indy Telnet Server and hanged sessions |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 25 May 2006 11:07:05 |
"Andrey" <andreys@devcom.com> wrote in message
news:4475d529$1@newsgroups.borland.com...
> I have developed telnet server using Indy TidTelnetServer component.
Which version of Indy are you use?
> About 200 users use this server and sometimes new users' session hung
> immediately after startup (empty screen of standard telnet client). At
this
> time old sessions work correct but new session cannot be created.
Your description is too vague. You need to provide more details. Are you
saying that the server's OnConnect, OnNegotiate, and OnExecute events are
not being triggered at all for those connections?
> It seems that connection is accepted because telnet client just won't
> close and keeps on waiting for some event.
What does your actual server code look like? Do you send anything to new
clients when they connect?
Gambit