Re: mod_python for heavy use

Graham Dumpleton <[email protected]> Sun, 7 Jun 2009 17:02:12 +1000
Newsgroups gmane.comp.python.mod_python
Message-ID <[email protected]>
2009/6/7 Beavis <[email protected]>:
> hi folks,
>
>  I just want to ask out if there are any folks here that use
> mod_python heavily. what sort of hardware requirement do you guys
> have? any specific amount of memory, CPU, etc. that would be
> beneficial to mod_python?
>
> any help would be awesomely appreciated.

The web server and mod_python aren't usually going to be the
bottleneck, but your application. You haven't said anything about your
application though, so cannot help.

That said, do ensure you read:

  http://blog.dscpl.com.au/2009/03/load-spikes-and-excessive-memory-usage.html

so you don't configure Apache in a silly way.

Graham