Ritesh wrote:
>
> Hi
>
> I am trying to find out how , load balancing and fail over in
> JOnas 2.0,
> works . How jonas transfer EJB component across the machines .....
> how
> memory management works, how connection takes place.
>
> Can Any body tell me where i can get the material or documentation
> on this
Transparent load balancing is not currently provided by JOnAS (load
balacing and fail-over is often provided by the web container, as this
is done with Enhydra).
JOnAS Clients can however be explicitely load-balanced between several
indentical servers.
An application can also be distributed between several servers, by
dedicating a server to a subset of the components of the application.
Invocation between components is done using RMI (or Jeremie). Memory
management and connections are provided by RMI (or Jeremie), so you can
refer to RMI (or Jeremie) documentation (Jeremie documentation has to be
improved...). We have also to improve the general documentation and
white paper.
But the best final documentation is always the source code...
--
Gérard Vandome Evidian
[EMAIL PROTECTED] phone: 33 4 76 29.75.67
http://www.objectweb.org http://www.evidian.com
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".