RMI server lifecycle/threading
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
.
Relevant Pages
- RE: UnregisterChannel Issue in remoting
... then registered the remote type: ... When I tried to register the remote ... We need to unregister the remote type after the channel is ... the current problem is how to unregister a remote type. ... (microsoft.public.dotnet.distributed_apps) - Re: 1st hosting of objects, new(), etc.
... > makes sense that New would attempt to create a remote object. ... > application once you have registered a wellknown type in that app domain ... > Register MyObject as a wellknown type ... (microsoft.public.dotnet.framework.remoting) - Server-to-Server Remoting
... users of a WinForms application connecting to a central remoted .NET ... the proxy for the remote component class from within the local ... Dim channel As HttpChannel ... I'm assuming my problem is that I'm trying to register a given type as ... (microsoft.public.dotnet.framework.remoting) - Re: HELP - Cant Browse Network Neighborhood in a Domain
... my only issue is that remote server isn't showing up in Network ... > The only reasons I can think of for a DC to not register as a browse ... >>> branch and we set up a domain controller down there. ... (microsoft.public.windows.server.networking) - Registering a Remote Server With Client Tool
... A user at a workstation running the Personal Edition (client tools only) ... register using the sa account & password, ... This Windows user was already defined a a valid trusted login in the remote ... remote server, there is a box checked that reads "Allow other SQL Servers to ... (microsoft.public.sqlserver.security) |
|