D
Delta-Z
Hi everybody
I am looking for a good reference on how the RMI remote object
runtime is managed:
*) Is it possible to register another object from within a remote
call (server side)? Is it possible to unbind an object from within a
remote call? Does the main process exit automatically when all the
objects it bound are unbind?
*) What threads/processes are running to support remote calls? How
does the call thread pool operate?
I don't want to see any actual code, just to understand exactly
what is happening. If you can recommend a book, it would be just as
good!
Thanks a lot
Dmitry
I am looking for a good reference on how the RMI remote object
runtime is managed:
*) Is it possible to register another object from within a remote
call (server side)? Is it possible to unbind an object from within a
remote call? Does the main process exit automatically when all the
objects it bound are unbind?
*) What threads/processes are running to support remote calls? How
does the call thread pool operate?
I don't want to see any actual code, just to understand exactly
what is happening. If you can recommend a book, it would be just as
good!
Thanks a lot
Dmitry