|
|
|
Re: Concurrent access to Scout application [message #1856396 is a reply to message #1855588] |
Thu, 08 December 2022 12:20 |
|
Opening the application in 10 tabs in the same browser is not a good test. It's not a realistic scenario. There will be only one instead of 10 HTTP sessions, since the session cookie is shared between all tabs. You will also run into the max-connections-per-host limit enforced by the browser. This limit is quite low (I think 5 or 6 in Chrome, a bit higher in Firefox). Unfortunately, there is nothing you can do about this.
You also need to make sure that your application has enough resources (RAM, CPU). If you are running it behind a firewall or reverse proxy, check the connection limits. If you access the database, check the limits on the connection pool, the JDBC driver and the database itself. Generally, the resources available and the limits set should match the kind of application (small and simple vs. large and computation-heavy) and the number of users.
We have large Scout applications running with hundreds of concurrent users every day without any issues.
Regards,
Beat
|
|
|
|
Powered by
FUDForum. Page generated in 0.03805 seconds