| View previous topic :: View next topic |
| Author |
Message |
Thomas Makunda Guest
|
Posted: Fri Nov 28, 2003 2:15 pm Post subject: RPC Server is unavailable |
|
|
What could be happening when the server app gives the above message.
This occurs after i close one client app in a scenario where several
clients are connected to one server app and there are events involved.
|
|
| Back to top |
|
 |
pascal chapuis Guest
|
Posted: Mon Dec 01, 2003 10:09 am Post subject: Re: RPC Server is unavailable |
|
|
AFAIK, delphi make access to a "dead" COM server. Are you sure to propagate
the closed state of the server to the other clients ?
The "COMServer.ObjectCount" property is the clue to know if there are
connected clients.
---
Pascal
Thomas Makunda <tom_makunda (AT) yahoo (DOT) com> a écrit dans le message :
[email]3fc7587c (AT) newsgroups (DOT) borland.com[/email]...
| Quote: | What could be happening when the server app gives the above message.
This occurs after i close one client app in a scenario where several
clients are connected to one server app and there are events involved.
|
|
|
| Back to top |
|
 |
|