Board index » delphi » Destroying an instance of RemoteDataModule in ActiveX Server

Destroying an instance of RemoteDataModule in ActiveX Server


2006-09-22 08:06:26 AM
delphi8
Oi all,
I have a "ActiveX Server" (with TRemoteDataModule) working in the Win2000
Server.
When a client connect to "ActiveX Server" makes an increment in the list of
users of the server.
However, I perceived that when an client disconnect from "not usual" form
the server still keeps the instance of the RemoteDataModule of this client.
How I can destroy the instance (RemoteDataModule) of a client (disconnect)?
Alex
 
 

Re:Destroying an instance of RemoteDataModule in ActiveX Server

I tried to use "ComServer.Destroy", but the problem is that all the
instances are affected...
Alex
Quote
Oi all,

I have a "ActiveX Server" (with TRemoteDataModule) working in the Win2000
Server.

When a client connect to "ActiveX Server" makes an increment in the list
of users of the server.

However, I perceived that when an client disconnect from "not usual" form
the server still keeps the instance of the RemoteDataModule of this
client.

How I can destroy the instance (RemoteDataModule) of a client
(disconnect)?

Alex