Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: Telnet error

www.cryer.info
Managed Newsgroup Archive

Re: Telnet error

Subject:Re: Telnet error
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Thu, 29 Jun 2006 10:14:21

"Ferenc Nemeth" <ferenc.nemeth@interticket.hu> wrote in message
news:44a3c2b4$1@newsgroups.borland.com...

> sometimes IOHandler.Connected returns with FALSE, but
> connection is opened.

That is only possible if the IOHandler was actually closed and the socket
deallocated.

> I think the problem is in the WriteBuffer.

WriteBuffer() is a very core piece of Indy.  If there were a problem with
WriteBuffer(), it would effect every Indy component equally, and would have
been noticed a long time ago.  That is simply not the case here.

> I know that in our developing (before a half year) there was problem
> with writebuffer. We could change   all writebuffer to writestream.
> Since no problem.

WriteStream() calls WriteBuffer().  If WriteBuffer() were failing to operate
properly, WriteStream() would be failing as well.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive