all groups > dotnet remoting > april 2007 >
You're in the

dotnet remoting

group:

Starting Remote Server automatically


Starting Remote Server automatically Erick
4/21/2007 4:03:44 AM
dotnet remoting:
I haven't used remoting before in .net only DCOM and COM+ with vb6.

I was wondering if the Server/listerner process will start
automatically when one of the objects it contains is requested ? Or
must it be running all the time for it to service the clients.

I'd like to build a remote server but don't want to make it into an NT
service if i don't have to. Will remote server start up if a client
makes a request ?.

Both my client and server will be .net and running on the same pc.
I'm wonder how calling a remote object would be different from just
referencing the object DLL directly from the client ?

Regards

Erick
Re: Starting Remote Server automatically Spam Catcher
4/21/2007 8:08:49 PM
Erick <josefszeliga@hotmail.com> wrote in news:1177153424.830267.54420
@q75g2000hsh.googlegroups.com:

[quoted text, click to view]

Depends where you host it.

In IIS, it will start receiving requests once IIS is online.

If you're hosting in a Windows service, remoting will only come online once
your service has initialized and the remoting code has executed.

[quoted text, click to view]

If this is the case, do you need remoting at all? Perhaps you're
complicating your solution?

Of course remoting can be used on a single PC - especially in cases where
there is a service and you need GUI access to the service. But since you
AddThis Social Bookmark Button