in reply to Techniques to cache perl scripts into memory ?

I would first investigate and see what the disk is being used for. Reads? Writes? Is it reading the perl binary over and over again? Modules? Program text? C-libaries? Swap? Some other questions I'd ask myself: Does the problem persist when you upgrade/downgrade the OS? Run a different OS? What else is running on the machine?
  • Comment on Re: Techniques to cache perl scripts into memory ?