Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Re: simultaneous winsocks

www.cryer.info
Managed Newsgroup Archive

Re: simultaneous winsocks

Subject:Re: simultaneous winsocks
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Sun, 1 Oct 2006 19:24:31

"GannTrader" <a@a.com> wrote in message
news:45203e9a$1@newsgroups.borland.com...

> Im writing a program that opens a TCPconnection in
> each thread. How many threads=connections can i open?

As many as available memory will allow.

> It seams like theres a limitation somewhere around 200-300.

There is a limitation on both how many sockets you can create, and the
number of threads you can create.  But both limitations are not that low.

> I have never succeded in opening more than that.

Please show your actual code.

> Is there a limitation in Wíndows or Indy?

There is no such limitation in Indy.  It would have to be a Windows
limitation.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive