Try installing a non-threaded Perl and set Apache to use that instead of the system Perl.

The instructions followed (https://github.com/eanders/CUFTS-Install-Notes/blob/master/CUFTS.mediawiki) mention mod_perl. So your suggestion should probably be changed to:

Try installing a non-threaded Perl and rebuild Apache to use that instead of the system Perl.

which might even be a major pain when Apache was obtained via "apt-get install ... apache2 ..." along with a ton of other packages, some of which come pre-configured to use the instance of Apache provided by apt-get.

It sounds like you are using a Perl which was built with thread support.

As I noted elsewhere, the problem appears to be that Perl threads are actually being created (presumably by Apache). Just having a Perl that supports the creating of threads should not be enough to cause the reported problems (as near as I can tell).

- tye        


In reply to Re^2: Cache :: FastMmap (mod_perl) by tye
in thread Cache :: FastMmap by nomarie

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.