Board index » delphi » How to launch mutilple out-of-process servers
Anthony Walter
![]() Delphi Developer |
Mon, 25 Mar 2002 03:00:00 GMT
How to launch mutilple out-of-process servers
Hi,
I recently started using Delphi to create with out-of-process servers and <clip> ciSingleInstance Allows only a single instance of the COM object for each executable <clip> The problem is that each client executable seems to share the same server ... procedure TClientForm.ConnectButtonClick(Sender: TObject); How can I have a distinct server process for each client? I tried launching Anthony Walter |