On 11/8/06, Chris <[EMAIL PROTECTED]> wrote: > If this is true, then it's great news. In fact I recently asked about > Comet support in cherrypy-devel, and they said there's nothing > currently implemented and it might take a year to develop something on > the scale of Divmod's Athena.
I'm pretty sure they're referring to the fact that cherrypy is a threading server, so you'll only be able to support as many users as you have threads open. > However, when I run the tutorial project all it serves up is a page > saying "start". Is that the correct result? How does that illustrate > Comet support? If you look at the source, there's a "waiting..." and then "start" after 5 seconds. The "start" is the server push. I've been thinking about something like this for a while, but I've been holding off on implementing it until TG was WSGIfied and running in an environment that can efficiently support many users, such as twisted. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

