Is there a way to speed up my perl app?
I've read a little about opcode caching, is there a way to bypass the "compilation" phase in Perl?
The application has already been written with little consideration given to scalability because it was a mere intranet app in the beginning and now (being public) it has come to it's knees when being used by more and more users. Any suggestions on how to speed up the application would be appreciated. Thanks.