in reply to how to debug CGI when response is slow

You want to read Watching long processes through CGI (Aug 02)

And these tutorials ( checklists ) CGI Help Guide, Troubleshooting Perl CGI scripts, brian's Guide to Solving Any Perl Problem

  • Comment on Re: how to debug CGI when response is slow

Replies are listed 'Best First'.
Re^2: how to debug CGI when response is slow
by smg1827 (Initiate) on May 17, 2012 at 14:50 UTC

    Thanks to everyone.

    I could figure out the issue.

    This bug http://www-01.ibm.com/support/docview.wss?uid=swg1PK28569 made me to go on infinite loop.

      I noticed that IBM link stopped working from today and it was working yesterday.

      In case if you are interested in knowing the content of that IBM url then see from my cache...

      PK28569: Infinite loop when java.io.tmpdir does not exist, or if the user does not have write access

      Error description The AppServer does not start when the temp directory, specified via -Djava.io.tmpdir, does not exist, or if the user does not write access to the directory. An infinite loop occurrs in the class org.eclipse.hyades.logging.core.Guid, in the 'getUniqueTimeStamp' method. (The loop occurrs because the IOException from 'File.createNewFile' is mis-interpreted, and the loop is allowed to cycle.)