Hi all, I've been doing some development replacing a client/server app with a Flex/Web/Server app. This is in cases where we need faster screen updates than 1 or 2 a second that you can get with http. This usually consist of rewriting a socket protocol written in C to a flex app. An example of this is here: http://www.atlantageek.com/?page_id=44 . This app slows down quite a bit when multiple people are logged in.
It has been really difficult to convert the blocking algorithms (wait for a response) that I've seen in the C code to truly event driven algorithms (Send a message, note message in a queue, event occurs with response. Match response with queue item. Do next step in state machine.) Has anyone done much of this type of stuff. This seems like an obvious place for flex. Is there example code or some sort of recipe to follow so that I can verify I am doing things right. -- Stability is for the weak!!! Long live the next big thing. ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
