Groups: Administration
Joined: 11/3/2005(UTC) Posts: 2,253
Thanks: 28 times Was thanked: 60 time(s) in 59 post(s)
|
Hi there and thank you very much for the positive feedback!
Although Cassini itself does not limit inbound connections number, Windows does. For Windows XP Professional, the maximum number of other computers that are permitted to simultaneously connect over the network is ten. This means that given 1000 connections per minute, or 17 per second, each request would have to be handled in less than half a second in order to support this scale. This would be risky. Windows 2003 Server Web Edition would probably be a better choice and is not terribly expensive.
But since current version of UltiDev Cassini does not support "keep-alive", the effect of limited number of inbound connections is mitigated because connections from one client are released and can be reused by another as soon as the response is served, so if applications themselves perform well, even on Pro and Home versions of Windows your application will be able to serve more quasi-parallel user sessions than the limit of inbound connections. As the number of concurrent users grows, the app will feel less responsive, but it will take quite a few users to start getting connection timeouts even on Windows Home and Pro.
Best regards, UltiDev Team.Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
|