in reply to Re: Performance and Behavioral changes in Perl 5.8.8 and Perl 5.10.1
in thread Performance and Behavioral changes in Perl 5.8.8 and Perl 5.10.1

Facing same issue. Are you able to resolve the issue? RHEL 6.9 and Perl 5.10.1. Your help is more appreciate. Kindly let me know, what are the steps you taken to resolve this issue?
  • Comment on Re^2: Performance and Behavioral changes in Perl 5.8.8 and Perl 5.10.1

Replies are listed 'Best First'.
Re^3: Performance and Behavioral changes in Perl 5.8.8 and Perl 5.10.1
by Corion (Patriarch) on Aug 21, 2017 at 11:52 UTC

    Perl 5.8.8 and Perl 5.10.1 are out of support for a long time.

    If your issue in fact that your program spends 23ms in importing a module where it before spent 6ms, then I can only suggest that you (re)start processes more rarely.

    Otherwise, please explain what your actual problem is. Maybe show some relevant source code so that we can understand and reproduce your situation.