On 1/15/07, Tatiana Lloret Iglesias <[EMAIL PROTECTED]> wrote:
from my java applicaation i invoke a perl script which downloads a huge quantity of files from an external database using WWW-mechanize library and my problem is that I have big CPU performance problems ... can you give me any advice to avoid this?
Profile your program to see what part is using the most CPU, then look into optimizing or eliminating that part. The Perl FAQ has good information on profiling. Hope this helps! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/