Since the mix of Apache and Windows and mod_perl seems to have sparked some discussion - Is there some disconnect in these implementations (even though all of them are builds intended for the Win32 environment)? Some inherent instability? I'm game to fight this fight but not if it is a lost cause from the start.

While we are on the topic is there anything suitable to this environment that would give me the sort of visibility of Apache processing that 'procmon' from the Windows sysinternals package provides for that environment? I am inclined to think I could resolve this if I had some way of seeing what is going on in there as Apache winds down to flatline. VMonitor is not an option. Apache::DB seems too 'down in the weeds' given that this is not a hard stop but a slow death. I am thinking I need to see the dynamics of what is going on with the various Apache threads but I haven't a clue yet on how to get that.


In reply to Re^3: Web Service using mod_perl with PerlTransHandler running out of threads by jswalker
in thread Web Service using mod_perl with PerlTransHandler running out of threads by jswalker

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.