Details
-
Improvement
-
Status: Resolved
-
Blocker
-
Resolution: Done
-
None
-
None
Description
The description of this issue was copied from GUAC-1512, an issue in the JIRA instance used by the Guacamole project prior to its acceptance into the Apache Incubator.
Comments, attachments, related issues, and history from prior to acceptance have not been copied and can be found instead at the original issue.
Guacamole currently supports concurrency limits at a per-connection level and a per-user level, but not overall. If the absolute total number of connections to a Guacamole server must be limited to a specific amount, this is impossible in the current system. This is particularly important if the licensing of some proprietary remote desktop server prohibits greater than a certain number of connections, but there are multiple Guacamole connections pointing to this server.
An additional property, like "mysql-max-connections" and "postgresql-max-connections", would satisfy this need.