Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: 64 Sockets
| Subject: | Re: 64 Sockets |
| Posted by: | "Francois Piette [ICS & Midware]" (francois.piet..@overbyte.be) |
| Date: | Tue, 1 Aug 2006 08:45:48 |
> I am using TServerSocket with TClientSocket. One TServerSocket holds 93
> active connections simultaneously at one of my customer installations.
> I just read about this '64 sockets' limitation. How does it apply to
> TServerSocket.
> I also use TFtpServer & TFTPClient from ICS. Is there any limitation there
?
ICS doesn't have such limitation to 64 sockets. The maximum number of
simultanous ICS sockets you can use depends on your computer configuration
(mostly RAM size). You can reach thousands of sockets with a properly
configured computer.
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
none