Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jun : RE: Max No of Thread for TCP/IP Server
| Subject: | RE: Max No of Thread for TCP/IP Server |
| Posted by: | "Ray" (raymond.l..@gds-impact.com) |
| Date: | Thu, 12 Jun 2008 02:11:36 |
Hi
I have this App Server writen in Delphi that allows client applications
connection through TCP/IP Port. Realized that when reaches a concurrent 128
connections it will wait till the existing active connections gets
disconnected before accepting new request.
My questions are:-
1. Is there any limit in No of thread can happen in an application? Is that
limit applies to 1 machine/server or by application?
2. Is there a way to set Max Thread to higher limit? Is yes then how?
TIA
Ray