First, a quick note in the previous comment - The configuration option is -Duseithreads (with an 'i'). Easy mistake and I think the configure script will pick up the miss-key, but nevertheless something to point out.

Second... assuming you do re-compile a new Perl with the -Duseithreads configuration option:

Installing a new DBI::DBD under your new libraries will almost always (though may have been fixed in recent versions, sorry if so) throw a warning noting you should not use threads in a production environment. Something along the lines of:
*** You are using a perl configured with threading enabled. *** You should be aware that using multiple threads is *** not recommended for production environments
I wouldn't worry so much about this. It's a relatively bold statement in the first place to say this, particularly when the Perl thread tutorial says otherwise.

In any event, take the warning as you see fit; just wanted to let you know what to expect when installing the new modules.

---------
perl -le '$.=[qw(104 97 124 124 116 97)];*p=sub{[@{$_[0]},(45)x 2]};*d=sub{[(45)x 2,@{$_[0]}]};print map{chr}@{p(d($.))}'

In reply to Re: Perl5.8.8 Threads by wazzuteke
in thread Perl5.8.8 Threads by SR

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.