> I thought about using RMI to call an external method. But then I
> would have
> to start rmiregistry on the server as well as Orion. Or could
> Orion act as
> RMI-server too?
>

Sure, no problem.  You could also just send a JMS message to a queue and
have your server process listen for that.  Depending on how intensive the
call is, it might give you better performance than waiting for an RMI call
to complete.

-jason


Reply via email to