Looking forward to your book ... what's the title gonna be?
Thanks
Weyert de Boer <[EMAIL PROTECTED]> wrote:
> 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/
Yahoo! Mail
Use Photomail to share photos without annoying attachments.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

