[modwsgi] mod_wsgi + apache not multithreaded, why?

2010-07-27 Thread lega
WSGI application -- # coding: utf-8 import time def application(environ, start_response): status = '200 OK' output = str(time.time()) time.sleep(5) output += ' - ' + str(time.time()) response_headers = [('Content-type', 'text/html;

[modwsgi] Re: mod_wsgi + apache not multithreaded, why?

2010-07-27 Thread lega
This is one of the browser page back on line, from different - in parallel. Thank you. On 27 июл, 19:01, lega lega...@gmail.com wrote: Result: PID: 3509 UID: 33 GID: 33 DOCUMENT_ROOT: '/htdocs' GATEWAY_INTERFACE: 'CGI/1.1' HTTP_ACCEPT: 'application/xml,application/xhtml+xml,text/ html;q