Ref:About the 5.10 'threads' scheduler
The 1st question in that post was answered; but I failed to dig down to the real kernel of knowledge I was looking for.
I am looking for data on the 'threads' paradigm in 5.10:
  • User-land or kernel threads?
Answer: A Win32 Perspective:
  • Kernel.
But what about Fedora 9 / Perl 5.10(pthreads) / Intel Core2 Quad processor?

? Does each thread receive an individual process time slice, or are all threads sharing a single process time slice?

? Can threads from the same process be distributed simultaneously onto different processor cores?

? How does thread creation overhead compare with vfork/execl overhead?

I am obviously going through some design quandaries picking an architecture. I am looking for relative capability data in this area.


In reply to About the 5.10 'threads' scheduler ::revisited by Wiggins

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.