| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Geographic mapping with I...
Forum: IntraWeb General Discussion
Last Post: bruce.eglington@usask.ca
10 hours ago
» Replies: 3
» Views: 57
|
Order of units in USES
Forum: IntraWeb General Discussion
Last Post: bruce.eglington@usask.ca
11-13-2025, 11:11 PM
» Replies: 0
» Views: 216
|
IntraWeb 16.1.8 is out!
Forum: IntraWeb General Discussion
Last Post: ebob42
11-13-2025, 06:27 AM
» Replies: 2
» Views: 409
|
IntraWeb 16.1.7 is out!
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
11-10-2025, 10:53 PM
» Replies: 2
» Views: 506
|
New CGDevTools build is a...
Forum: CGDevTools
Last Post: MikeComb
11-10-2025, 09:27 PM
» Replies: 1
» Views: 267
|
Reinstalling CGDevTools f...
Forum: CGDevTools
Last Post: Alexandre Machado
11-10-2025, 06:25 PM
» Replies: 9
» Views: 1,918
|
License registration or u...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
11-04-2025, 07:27 PM
» Replies: 3
» Views: 713
|
How to get the full URL o...
Forum: IntraWeb General Discussion
Last Post: Ahmed Sayed
11-03-2025, 07:03 PM
» Replies: 0
» Views: 313
|
Retrieve selected theme f...
Forum: CGDevTools
Last Post: Steadfast
10-31-2025, 03:47 PM
» Replies: 1
» Views: 294
|
Required Bootstrap File L...
Forum: IntraWeb General Discussion
Last Post: deridan
10-30-2025, 07:25 PM
» Replies: 0
» Views: 262
|
|
|
| TIdTCPServer with many concurrent connections |
|
Posted by: vince99 - 09-10-2025, 09:29 PM - Forum: Indy
- Replies (1)
|
 |
Hello,
I have a TIdTcpServer project with many clients that have permanent connections. At the moment I am having 2300 concurrent connections (=2300 threads) all the time and I am running into performance problems. The machine I am running the server application on is a Windows Server 2019 with 8 cores and 24 GB of RAM.
I suspect the application starts running slow because of the thread scheduling of the operating system.
I have been reading about the IdSchedulerOfThreadPool that would use a thread pool instead of 1 thread per connection, but I also read something that contradicts that a IdSchedulerOfThreadPool would help.
What is the best I can do to handle that many concurrent connections?
Vincent
|
|
|
| ThreadPool |
|
Posted by: mondoedp - 09-10-2025, 02:31 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello Intraweb,
is there a way to understand the behavior of TServerController's properties ThreadPoolSize / UseThreadPool?
I was wondering if exists something helpful to allow my applications being scalable among more IIS applications.
Thanks
|
|
|
|