I was running a application on JBoss. I found many Proxy were created :
$Proxy0, $Proxy1,..etc. During the execution, when some clients visit the app
server, the server will create many instances of $Proxy0, $Proxy1, such on.
One short question is what is the role of this proxies. Is one proxy
No stub and skeleton in jboss? I thought it is the container responsible of
generating them dynamically.
We know that distributed garbage collection is implemented in RMI. I have read
the jboss source code. It seems jboss use an other way to garbage collecte
objects. How is the distributed GC
I am wondering how jboss handles remote method invokation. The other quesion is
when and how the stub and skel of each bean are created in jboss.
Thanks in advance!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857913#3857913
Reply to the post :
http://www