[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ2's and CGI scripts
- Subject: Re: [cobalt-users] RaQ2's and CGI scripts
- From: "Dylan Smith" <dyls@xxxxxxx>
- Date: Thu Apr 5 05:33:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > > >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.