How many simultaneous users are supported by JBuddy Message Server?
Many factors contribute to a scalable server including network configuration, server configuration, database configuration and architecture. JBuddy Message Server was designed to easy scale to thousands of concurrent users in two ways: Use Java 1.4 non-blocking IO so multiple user sessions can be handled with a thread pool and (2) using a cluster deployment architecture.