F
Frank
Hello.
In the early stages of developing a server application that will be required to send events to multiple client applications that will be running on different PC's.
I'm wondering what the best technology for doing this is. At the moment, I'm looking at MSMQ.
The server PC and client PC's will be running Windows 2000 (most likely in a Workgroup configuration). No, I can't upgrade the PC's to WinXP.
I was thinking of writing the events to a single MSMQ Queue on the server PC, and having the clients monitor this queue, but can see problems with this. Mainly, how to manage multiple clients peeking at the same queue, and when to remove the message.
Would .NET Remoting be a better alternative?
Any thoughts?
Thanks in advance.
Regards,
Frank
In the early stages of developing a server application that will be required to send events to multiple client applications that will be running on different PC's.
I'm wondering what the best technology for doing this is. At the moment, I'm looking at MSMQ.
The server PC and client PC's will be running Windows 2000 (most likely in a Workgroup configuration). No, I can't upgrade the PC's to WinXP.
I was thinking of writing the events to a single MSMQ Queue on the server PC, and having the clients monitor this queue, but can see problems with this. Mainly, how to manage multiple clients peeking at the same queue, and when to remove the message.
Would .NET Remoting be a better alternative?
Any thoughts?
Thanks in advance.
Regards,
Frank