in reply to Can shmfs speed up Perl?
OTOH, if you are running in a web environment, mod_perl can greatly speed up the load time. If you are calling a perl script over and over, you could rethink the way you are doing things and make the perl program a continuous program, and feed the data in via named pipe or something.
Is there a specific problem you are running into?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Can shmfs speed up Perl?
by Elian (Parson) on Apr 27, 2003 at 00:44 UTC | |
by Notromda (Pilgrim) on Apr 30, 2003 at 22:32 UTC |