Javeline Collaboration Server
Solutions
Ajax applications and the ever growing internet have brought forward a new challenge in the arena of Web-Servers. For communication web-applications to have any significant real-time data updates (such as chats, stock tickers) they require to have a continous or polling connection to the webserver.
For a real world usercount of 10.000 or 100.000 this represents a gigantic server-load, and could traditionally only be dealt with using large serverfarms. However it is a specific problem that can be solved using a specialized server optimized for a many-connections, little-data environment with internal datastreaming.
For this Javeline has developed an extremely fast HTTP server that can scale to very many users, and is optimized for web-services based connections and polling for many clients.
The area where this server really shines is in the area of Collaboration, Instant Messaging and other real-time datasharing applications for many web-clients.
