Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Clustering and websocket

Hi,

On Tue, Mar 12, 2013 at 1:50 PM, Verachten Bruno <gounthar@xxxxxxxxx> wrote:
> Hi,
>
> I've just evaluated Atmosphere and Cometd clustering, and was
> wondering if anything was scheduled for Jetty.
> Cometd uses Oort, and Atmosphere can use different third party
> softwares (Redis and so on) to manage clustering.
> How would you do with Jetty.

You must be more explicit on what you want to cluster in Jetty.
Typically CometD applications do not need Jetty clustering.
Have a look at http://www.eclipse.org/jetty/documentation/current/session-management.html
for HTTP session clustering, but as I said, in general you do not need
it for CometD applications.

--
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top