Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : TTcpServer

www.cryer.info
Managed Newsgroup Archive

TTcpServer

Subject:TTcpServer
Posted by:"Roberto Colpani" (roberto.colpa..@vetrariafratellicolpani.it)
Date:Wed, 13 Dec 2006 18:48:40

I try to write a program with the TIDCmdTCPServer and the TIDTCPClient to
mimic the older TTCPClientSocket and TTCPServerSocket but I have very bigs
problems to understand how mimic the older component. The big trouble is
that I use the client sndCmd to send my command, the server send the reply
but also must inform the other user of some kind of operation. On the client
side this is done from a Listener thread that in a loop continually read the
IOHandler.ReadLn. And this is the bug the I can't resolve. Can I use the
TTCPServer and TTCPClient componet from the internet page of the palette?
They are robust as the indy component? Where can I get some demo that show
me how to learn what I want to do?

Replies:

www.cryer.info
Managed Newsgroup Archive