> Users will have to install the Python server and the SWF will be installed > with it so it will run on localhost, i.e. no firewall issues.
Aha :-) > So you're saying that instead of polling the Python server from Flex UI > every N seconds, I could do the opposites and 'push' updates (via > XMLSocket request-response behavior) from Python server to Flex UI? Yes, the XMLSocket implementation is able to receive or send messages, so you could use this method. No need to poll every N seconds, why poll when it's needed ;-) > That would be far better than polling the poor Python server since the > Python server is aware when it has new data so the Flex UI doesn't have to > bug it needlessly every N seconds! Yeah, XMLSocket can be used for multi player or chat solutions for with Flash. Yours, Weyert de Boer ([EMAIL PROTECTED]) innerfuse* http://www.innerfuse.biz/ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

