On Wed, 2003-11-05 at 16:39, Frantzcy Paisible wrote:
> The Slow part of my application is on HUGE function that overuses XML::Twig.
You should look at that section to see if you can either cache part of
it or change your approach.
> That and a do 'config.lib'.. that I cannot easely get rid of.
Well, for startup and db connecting... it has done it's job.
The Slow part of my application is on HUGE function that overuses XML::Twig.
That and a do 'config.lib'.. that I cannot easely get rid of.
I'm wondering if there are knowned issues with mod_perl <-> XML::Twig.
Frantzcy
On 05 Nov
On Wed, 2003-11-05 at 10:13, Frantzcy Paisible wrote:
> From the examples, small ones, the performance gains are like 200 to one and more.
> But on real applications, like on bigger, more complicated scripts, what is to be
> expected ?
mod_perl helps with startup costs and connections to the dat
Yes, thank you, But I went through that one already...
Maybe I shouw change my question to
Anyone having issued with XML::Twig performance on top of mod_perl ?
Frantzcy
On Wed, 5 Nov 2003 15:08:20 +0100,Thomas Klausner <[EMAIL PROTECTED]> wrote:
> Hi!
>
> On Wed, Nov 05, 2003 at 10:13:38
Hi!
On Wed, Nov 05, 2003 at 10:13:38AM -0500, Frantzcy Paisible wrote:
> Does anyone have a list of tips and/or tricks that could help improuve
> performance ?
http://perl.apache.org/docs/1.0/guide/performance.html
--
#!/usr/bin/perl http://domm.zsi.at
for(ref bl
Hello everyone,
I have some questions about performance of mod_perl.
>From the examples, small ones, the performance gains are like 200 to one and more.
But on real applications, like on bigger, more complicated scripts, what is to be
expected ?
I've converted a perl application last month.