On 29 Aug 2005, at 01:15, Badai Aqrandista wrote:

I think I have to write some of the code in C. I can't find any other places in the code to optimize (or probably I uncounciously don't want to make changes because I don't have any test suites)...

Then how do you know what to write in C?

Read and understand the chapter(s) in the mod_perl guide on
profiling and see where that takes you.

Franky, if your code is CPU bound (rather than waiting for the
database) then a MaxClients of 3 will serve your purposes.

You *do* have KeepAlive off in your httpd, right?


Reply via email to