Yes, the results would be different on different platforms, especialy for something like thread. As you pointed out, the thread implementations are so different on different platforms.

Even on similar platforms, with a different configuration, the results are so different. I tried:
  1. windows 2k, with a high configuration (not sure about the exact numbers, I am at home now, and that one is at my company). After created 230 threads, the first script exited without error or warning, but quited.
  2. with this win98 at home, low configuration - 32m memory, it quited after 30 threads being created.
On windows, I would expect the setting of virtual memory might alter the results.

I think lots of people probably want to see results on other platforms, as future reference. I have access to unix, but it only has 5.6.1 installed, so useless in this case.

In reply to Re: Re: Use thread with good care, but definitely keep using it by pg
in thread Use thread with good care, but definitely keep using it by pg

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.