You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hivemind.apache.org by Vinicius Carvalho <ja...@gmail.com> on 2005/07/16 00:41:39 UTC

OT: Caucho Hessian

Hello everyone :D
I'm really sorry for posting this here, but I though someone might
have the answer. Once hiveutils uses caucho, and it's related to
hivemind, one can wonders if the answer is here ;)

Ok enough talking.

How does caucho/hessian compares to EJB in scalability? I mean how
does it works under clustered environment under tomcat?

Thanks all

Vinicius

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-user-help@jakarta.apache.org


Re: OT: Caucho Hessian

Posted by Konstantin Ignatyev <kg...@yahoo.com>.
Hessian is a nice relatively quick remoting protocol
(like RMI, CORBA or SOAP) it simply calls method on
your MyHessianServlet.

How exactly your application behaves in the cluster is
up to you. Hessian request is not different than HTTP
request in this regard (it is HTTP request actually).

Performance wise please see my old comparison
http://kgionline.com/articles/protocol_compare/doc/index.jsp

> 
> How does caucho/hessian compares to EJB in
> scalability? I mean how
> does it works under clustered environment under
> tomcat?
> 
> Thanks all
> 
> Vinicius
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> hivemind-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> hivemind-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-user-help@jakarta.apache.org