You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Ilya Martynov <il...@martynov.org> on 2002/07/26 17:42:35 UTC

Re: Attempting persistence

>>>>> On Fri, 26 Jul 2002 11:43:38 -0400, Brett Sanger <br...@email1.dss.state.va.us> said:

BS> [..snip..]

BS> I'm seeing the following potential areas of speed improvements:

BS> [..snip..]

BS> I've looked at perl.apache.org and skimmed the eagle book without
BS> finding this, but it is a bit specific, so I could have missed it. 
BS> Thanks in advance for any help.

Start with profiling your code. Blindly optimizing your code may help
only if you are lucky.

See

    http://perl.apache.org/docs/1.0/guide/performance.html

for hints on profiling and benchmarking your code.

-- 
Ilya Martynov (http://martynov.org/)