remoting

L

Leon Habinsky

Hi all.

I have a situation when I will need multiple clients connected to a server.
The server will periodically send some XML data to the clients. What would
be the best way for me to accomplish this? I can use either Sockets or .NET
Remoting. Both the client and the server will be written in .NET 2.0.

Thank you.

Leon.
 
G

Guest

Leon,
you are talking about a "push" model, so sockets would probably be your best
bet.
You could consider multicast UDP with each client having a subscribing UDP
socket listener.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top