Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Indy Telnet Server and hanged sessions

www.cryer.info
Managed Newsgroup Archive

Re: Indy Telnet Server and hanged sessions

Subject:Re: Indy Telnet Server and hanged sessions
Posted by:"Andrey" (andre..@devcom.com)
Date:Sun, 28 May 2006 11:49:31

Hello Gambit,

Thank you for response.

I have used Indy 9.0.10
At present I do not know if OnConnect and OnNegotiate events being
triggered.
I do not have custom handlers for these events. About OnExecute, I think
this
event have not being triggered too because users do not see greeting message
that is
defined in the Greeting property of TidTelnetServer component.
I have added logging to OnConnect, OnNegotiate and OnExecute event handlers
two days
ago but problem have not been reproduced as yet after this. Therefore I do
not have additional
information.

Andrey.
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:4475f370@newsgroups.borland.com...
>
> "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

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive