Hi all,

Thanks for the Hessian library !  It has been a great tool for us.

A question though:

We use a flex frontend + java backend with hessian communication.    Hessian
3.2 (and older versions before that).  Flex apps are Cairngorm-style.

We notice some unexplainable behaviour related to multiple quick repeated
calls tot the same serverside method:  The typical setup on the Flex side
(using Cairngorm architecture) is to make a call to the server, and handle
the result on the "result" method of an IResponder interfaced class (
http://livedocs.adobe.com/flex/3/langref/mx/rpc/IResponder.html).  This
works fine in most cases.   But, if we make multiple calls (e.g. in a loop,
so quick calls) to the same sever method, the result handler method is only
called once (!), even though the server receives the multiple calls just
fine.  This obviously leads to runtime problems..

Is this wrong use of the library ?  A bug ?

Hints/comments greatly appreciated !

regards,

Piet
Belgium




-- 
--
PvR
_______________________________________________
hessian-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/hessian-interest

Reply via email to