Re: [JBoss-dev] Re: one way remoting

2003-11-25 Thread Bill Burke
It should be configuration. Either client is as optimimal as possible, meaning as soon as method is called, it spawns a thread or enters a work queue, or we go to the server before the client returns. Bill Tom Elrod wrote: Bill Burke wrote: I need to reread your question on oneway, but I th

Re: [JBoss-dev] Re: one way remoting

2003-11-25 Thread Tom Elrod
Bill Burke wrote: > I need to reread your question on oneway, but I thought it would be > implemented outside of JBoss Remoting and within AOP interceptors. > > Bill > You're throwing me here. I thought we wanted a oneway remote call that would return immediately when hits the far side so don't

[JBoss-dev] Re: one way remoting

2003-11-25 Thread Bill Burke
Sending to dev list now Tom Elrod wrote: Didn't realize this was going to cause a discussion, so we might need to move this to dev list. That aside, jboss remoting currently handles remote classloading in that when a invocation request is deserialized on the server (happens same way on clie