Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: TServerSocket - Max Connections?
| Subject: | Re: TServerSocket - Max Connections? |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 24 Jan 2008 10:45:06 |
"Magno Lima" <lima.magno@gmail.com> wrote in message
news:4798cad5$1@newsgroups.borland.com...
> The question raised is how much concurrent connections it can support?
As many as available system resources will allow.
> As TServerSocket is derived from the Winsock it self we expect
> be limited by the OS (Windows 2003 Server).
Yes.
> "upgrading" the application to use Indy, i.e., what real advantage
> we could gain?
Indy also uses WinSock internally, so from that perspective there is no
advantage. You will still have the same limitations at the OS level.
However, Indy's TIdTCPServer component has a lot more functionality than
TServerSocket does has in terms of how you interact with the connections.
Gambit
none