[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ2's and CGI scripts



> > > >Has anyone successfully shortened this delay? The delay gets bigger
as
> > you
> > > >add 'use' statements in the script (the script itself runs fast
> enough).

> Maybe you are short of RAM, are you swapping memory to the hard drive?
> Gerald

No, there's plenty of free memory. Programs that were written in C start
immediately, programs that are written with Perl and fork will run
immediately when forked. Even gcc compiles some programs quicker than a perl
script will load.

Just starting a fresh Perl script is slow, and it's not swapping or even
getting close to swapping. The load average is low, too.