Best approach to designing multi-client applications
Posted
by
Tomh
on Programmers
See other posts from Programmers
or by Tomh
Published on 2011-01-07T14:50:33Z
Indexed on
2011/01/07
14:58 UTC
Read the original article
Hit count: 296
architecture
|client
Hi,
I was wondering how you guys start out if you need to design a multi-client project where multiple clients can interact with a server. In specific how do you go about dealing with different states and message handling, how do you start designing and considering all these cases?
For example a video webchat application where it is possible that you call another client, while that client is already in a call, or is stuck in a modal dialog such that the calling dialog does not come through.
© Programmers or respective owner