Does anybody know if it's possible to make a DCOM server, that has multiple event sinks, so that each remote client can recieve events.
Like for instance an instant messenger (example used in D5DG), where there's a central DCOM server object, with several remote clients connected - when a client sends a message, the server triggers an OnMessageRecieved event on all connected clients, thereby distributing the message...
Any help appreciated
//Kim Hansen
donu
Delphi Developer
Sat, 12 Mar 2005 14:32:38 GMT
Re:DCOM Multiple Event sinks
Check out the TAutoSingleton example on www.techvanguards.com
Quote
"Kim Hansen" <del...@kimhansen.dk> wrote in message
news:3d8fa074$1@newsgroups.borland.com...
Quote
> Hi!
> Does anybody know if it's possible to make a DCOM server, that has multiple > event sinks, so that each remote client can recieve events.
> Like for instance an instant messenger (example used in D5DG), where there's > a central DCOM server object, with several remote clients connected - when a > client sends a message, the server triggers an OnMessageRecieved event on > all connected clients, thereby distributing the message...