|
<< Click to Display Table of Contents >> Navigation: Telegram > 2021 > 04 > 26 > Telegram_2021-04-26T22 |
2021-04-26T22:50:21
Years ago I created a IW application that was able to handle 3K simultaneous sessions with no issues, in a single application server.
IW is seldom the bottleneck in such applications unless you are lazy with your own code.
In general, if you have an application that relies heavily on the DB, this will be the bottleneck (meaning that the more optimized your DB access, the better)
2021-04-26T22:51:31
The same application today would probably be able to handle twice this number considering improvements in IW performance over the years and better servers available today