Board index » delphi » Single instance of server for local & remote clients?

Single instance of server for local & remote clients?

Is it possible to have a local client use the existing server that's
already launched by a remote client?

Right now, a local client always launches a new instance of the server
even though there's already an instance of the server launched by a
remote client and the fact that I've configured the server as
multiInstance.

The problem disappears if the server is first launched by a local client
then a remote client.

Any suggestions...
Thanks in advance :)

// Marty

 

Re:Single instance of server for local & remote clients?


In DCOMCNFG, set the Identity of your server to either Interactive User or
This User. Check out my "Implementing a MultiUser DCOM Application"
tutorial:

Go here http://www.castle.net/~bly/com and into the Tutorials section

have fun
--
Binh Ly
Visit my COM Notes at http://www.castle.net/~bly/com

Quote
Martin Liu <martin...@home.com> wrote in message

news:37CEB4C8.F91A8316@home.com...
Quote
> Is it possible to have a local client use the existing server that's
> already launched by a remote client?

> Right now, a local client always launches a new instance of the server
> even though there's already an instance of the server launched by a
> remote client and the fact that I've configured the server as
> multiInstance.

> The problem disappears if the server is first launched by a local client
> then a remote client.

> Any suggestions...
> Thanks in advance :)

> // Marty

Other Threads