in reply to Splitting Apache Log Files
If you think you need to optimize your code, have a look at Devel::NYTProf, a profiler which can tell you how much time is spent on each statement in your code. Then you can measure the difference as you make changes and, hopefully, improvements.
|
---|