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 Mon, Mar 18, 2013 at 5:59 PM, Verachten Bruno <gounthar@xxxxxxxxx> wrote:
> Hi,
>
>> You must be more explicit on what you want to cluster in Jetty.
> I'd like to be able to send data from a websocket client to another
> one linked to another server, like in a chat application for example.
> I also would like to be able to send some data from a third party
> server to a websocket client without knowing which Jetty server the
> websocket client is talking to.
>
> It looks like I managed to get it working with a Redis server, like in
> Atmosphere.

Care to explain the details ?

You would not need to use another server (Redis) with CometD.
The CometD distribution ships a clustered demo (the Auction demo)
using Oort that is able to do what you just described.

-- 
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