Hi, I'm curious to know if anyone has any mod_perl-specific performance tips? I've scoured google but most of the performance tips are related specifically to perl which is good, but my application is still quite slow.
I managed to work out the same module in C and I got nearly 5 times the throughout (according to apache bench - ab) than perl module. I was shocked by this. C is all well and fine, but the c module is much less maintainable / portable (by me at least) compared to the perl module. So I'm wondering if there might be some tips / tricks that you all might be able to share. Any advice would be greatly appreciated. Thanks, Ty