Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Apr : TClientSocket and TServerSocket on Win2003 & XP

www.cryer.info
Managed Newsgroup Archive

TClientSocket and TServerSocket on Win2003 & XP

Subject:TClientSocket and TServerSocket on Win2003 & XP
Posted by:"Dave Albiston" (ma..@davealbiston.me.uk)
Date:Wed, 27 Apr 2005 16:26:21

Years ago, I used TClientSocket and TServerSocket in a system to allow a
workstation using my application to notify all other connected
workstations of events. The TServerSocket responded to an OnClientRead
event by bouncing the original message to all other connections.

This has worked well on NT and Win2000 but I now find that on a Win2003
server and on my XP Pro machine the TServerSocket is broadcasting the
original packet followed by a second, corrupted packet.

Any idea what is going on?

Dave

PS I know these components are deprecated.

Replies:

www.cryer.info
Managed Newsgroup Archive