Since when web.py is a web server ? You can build one with Twisted or using Spawning. - http://twistedmatrix.com/ - http://pypi.python.org/pypi/Spawning/0.7
The main issue with the server side part of the work is to do it right, so no polling ;-) I.e. Orbited is using libevent. I only managed to get it right way using MochiWeb, but I'm sure you can do the same with Python. Best of luck, -- Yoan On Tue, Sep 2, 2008 at 2:09 AM, Eric Talevich <[EMAIL PROTECTED]> wrote: > > I found this while Googling around to understand the question: > http://cometdaily.com/maturity.html > > It appears that Cometd, courtesy of the Dojo foundation, is the most > reasonable Python implementation of a Comet server. > > Web.py doesn't include a Javascript/Ajax/Comet library, and its built- > in server isn't meant for production use. But I don't see any reason > you couldn't use one of these Comet-specific servers alongside web.py, > either. If there's a scaling issue, it won't be because of web.py in > particular. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
