A.Agrawal@patrick.com.au wrote:
Questions: 1. I am not sure if I should use synchronous or asynchronous communication, I am inclined towards synchronous.
Asynchronous will scale better than a synchronous solution. In other words, if implemented correctly your asynchronous solution will use less resources than the synchronous solution.
2. What is the best way to send this data across from a server to multiple clients and from one client to one server.I don't know the best way to implement it. Please advise what is the best way or if you know of an example.
I recommend that you take a look at the chat server/client example. It does exactly this type of thing using an asynchronous solution. Good luck. Michael -- ---------------------------------- Michael Caisse Object Modeling Designs www.objectmodelingdesigns.com