To add a slight bit to this: ActivePerl 5.6.0 has thread support in the form of a fork which actually creates threads. This is new code and still pretty buggy. If you compile your own copy of Perl to use another threading model then you won't be able to use fork() with that version of Perl (for Win32).

The demand for a pseudo-fork() was part of the reason ActiveState decided to not support 5.005-style threads in 5.6.0. Another part of the reason is probably that the future of threads in Perl5 (if there is any at all now that Perl6 is in the works) could go several directions and there didn't seem to be a strong consensus on which way to choose so 5.005-style threads might not see much more development.

Although the 5.005-style threading support was still buggy, you might have better luck with it than with the current pseudo-fork().

        - tye (but my friends call me "Tye")

In reply to RE: (Ovid) Re: No threads in this Perl??? by tye
in thread No threads in this Perl??? by softeng2000

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.