Andre Terroux wrote: > Hi Team, new subscriber here hoping someone can help me out. I'm getting a > weird behavior with Apache: after running for a while, always two httpd > processes have to be restarted because they use up around 8% of CPU each.
This is probably caused by a bug in your perl code. You should try to figure out what sort of request triggers it. Maybe you can add some logging to your application or use the MOD_PERL_TRACE feature to figure it out. - Perrin