Hello everybody, Let's say I need some task to be executed periodically while my WSGI application is serving requests. In a nutshell, I need to start a thread that . What is the best place to start such a thread? I ended up implementing paste.server_runner endpoint where I start my thread and WSGI server.
Is there any way to start more than one server using [server:main] like specifying multiply "use" variables? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
