Just thought I'd mention, using JMS Queues is a great way of implementing
load balancing server clusters. If servers fail messages are rerouted to
other working servers. Messages can be stored persistently for full fault
tolerance so that if there are no servers running messages are not lost and
things will recover properly when servers are restarted. Though this
requires a JMS provider though - and a decent one costs money these days.

James
----- Original Message -----
From: "Paul Hammant" <[EMAIL PROTECTED]>
To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]>
Sent: Monday, January 21, 2002 9:57 AM
Subject: Re: AltRMI & load balanced requets from client to server(s)


> Juozas,
>
> > It can be useful for FAQ:
> >
> > 1. Is it plans to implement groups ?
> > (  I am not sure but I think http://www.javagroups.com is used to
> > implement cluster in JBoss 3 )
>
> http://dghmux-java.sourceforge.net/ looks interesting too.
>
> > 2. Is it plans to implement ARMI over DCOM.
> > ( I saw some bridge implementation, but do not remember link at this
> > time  )
>
> Interesting.  There is an excellent product called JIntegra that exposes
> objects to DCOM introspection/invocation.
>
> Regards,
>
> - Paul H
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to