Here's hoping this bump will get some responses...

jimt, I have the exact same problem as you describe, using:
Windows XP SP2 [Version 5.1.2600] perl, v5.8.8 built for MSWin32-x86-multi-thread with 25 registered pat +ches Binary build 817 [257965] provided by ActiveState http://www.ActiveSta +te.com Built Mar 20 2006 17:54:25
- the script starts to run, creating data.
- after some amount of time, the script pauses in execution. The process is still listed under the process tab, but its processor time counter is not increasing.
- 20 hours later, I hit control-c and get a printed status update on the console (from 7 hours after execution started) and the script starts creating data again.

The script is doing a lot of file I/O on local storage, but no DBI calls. My boss says he's had this happen with ActiveState before, too, in a script that was doing both a bunch of DBI work and file I/O.

Did you ever find a cause/solution to this problem? Any help would be appreciated in getting my actual processing time as close to my estimate of four days as possible. :)

Cheers!

---Chaos, fear and disorder. My work here is done.


In reply to Re: control-C to "jumpstart" windows process by Shikko
in thread control-C to "jumpstart" windows process by jimt

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.