Board index » delphi » Multi-instance/Apartment threaded question
Charles Stack
![]() Delphi Developer |
Wed, 14 Aug 2002 03:00:00 GMT
Multi-instance/Apartment threaded question
I am writing an out-of-process server that may take multiple requests from
many clients (hence, the need for multi-instance. The COM servers functions as a funnel for multiple requests out a single tcp/ip client socket. The request goes out to another server, is processed, and returns. The COM server then needs to put the results into the proper context object. The client app can then read the data via properties. The biggest problem I am encountering is that I need to detect whenever a If somebody knows how I can: a) Detect whenever a client connects/disconnects I'm most certainly listening!!!! Thanks, Charles |