Cna anyone tell me what if any associations there are between client side and 
server side threads when using the pooled invoker?

Is there only a single thread allocated from the pool that is used to handle 
all client side requests from multiple concurrent threads, or is there a thread 
per thread allocation model from the pool.

The reason for asking this is that I have some server side behavior (not good, 
but can't be fixed at this time) that depends upon all transaction logic 
occuring in the same thread.  This works well if initiated in the local JVM, 
but when remoted, this failed using the JRMP invoker as each method invocation 
resulted in a new server thread.  Using the pooled invoker works to temporarily 
solve the problem, but I have only tested using a single remote client.  I 
don't know what the expected behavior will be if run the client in multiple 
concurrent threads.

Thanks for any help.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924416#3924416

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924416


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to