On 2010-5-31 22:28, Mike Orr wrote:
If you want to have it all in one process, I suppose you could extend PasteHTTPServer and modify the "worker thread" code to accept a WSGI request (calling the Pylons app) and then process it. PasteHTTPServer would see the thread as busy until it finished. You'd have to disable that setting for hung threads, because any thead that took a long time to process would appear hung.
This is also interesting: http://pythonpaste.org/waitforit/ Wichert. -- Wichert Akkerman <[email protected]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. -- 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.
