durusmail: quixote-users: mod_python
mod_python
2001-09-18
2001-09-18
2001-09-18
2001-09-19
2001-09-18
2001-09-19
2001-09-19
2001-09-19
2001-09-19
2001-09-19
mod_python
Neil Schemenauer
2001-09-18
On Tue, Sep 18, 2001 at 05:49:11PM +0300, Erno Kuusela wrote:
> it goes pretty fast (ab says 150 req/s with the demo "handler by a
> python function" url)

What kind of hardware?  I get 100 req/s on my 750 Mhz Athon box using
FastCGI.  On a dual 1 Ghz Xeon machine I can get 300 req/s.  It seems
like FastCGI and mod_python are comparable in performance.

Regarding mod_python, can it start more than one Python process to
handle requests in parallel?  Also, what happens if the Python process
dies?  Does mod_python restart it?

  Neil


reply