I've been having good results on both *nix and Win32 with this code. It executes well over 200 times whenever it's parent application is run and I have about a dozen Windows Users and about 30 *nix users running it about 20 times per day each. Some of the code there isn't doing anything, however the use of the IO::Select seemed to make a big difference in the problems I had been expiriencing previous to implementing it. I will confess that with the above listed usage I have had 2 reported mysterious hangs, but I can't verify that open3 was the cause of those, and simply running the script again would not reproduce the problem in either case.

coreolyn

In reply to Re: Win32 fork using open3 by coreolyn
in thread Win32 fork using open3 by NaSe77

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.