On 17 September 2010 03:56, Sydius <[email protected]> wrote: > We're using mod_wsgi and I have a coworker convinced time.sleep can > freeze an entire process and not just a single thread. > http://stackoverflow.com/questions/92928/time-sleep-sleeps-thread-or-process > disagrees with him, however I would like to know if anybody has > experience with this in the context of mod_wsgi on Linux with Apache/ > worker (Python 2.6). Thanks!
It only blocks the thread, even in Apache/mod_wsgi. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
