Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Sep : Sockets
| Subject: | Sockets |
| Posted by: | "Jeremy Martin" (jeremy at lanwest dot com dot au) |
| Date: | 27 Sep 2005 23:03:36 |
Hi,
Overall situation is that I will be receiveing socket connections from
multiple clients (~50 concurrent) and on that socket data will be
received processed and then sent back to the origiating connection.
This process may happen multiple times.
All connections will appear to be from one ip address and on a specific
port. I determine who it originates from based on the data.
Time is critical as the client will timeout should no data be received,
this led me to believe that a threaded app would be best.
Has anyone got any thoughts...
Thanks
Jeremy