Hello,

I'm using the following versions:
Perl version v5.6.0 for OpenSA/1.0.0 / Apache/1.3.14
(Win32) mod_perl/1.26 mod_ssl/2.7.2 OpenSSL/0.9.6

And if I try to run a page (.plx) which uses UserAgent to
do a GET of another page ON THIS SAME SERVER, the
request will timeout. If I go to a different server,
the GET works fine. Even if I introduce our local
proxy server (which isn't needed, but shouldn't hurt),
which caches the desired page, it will
work - sometimes (I expect when it's only responding
with the cache hit).

However, if that second page was another .plx, it *does*
actually execute - but the response never gets back to
the original requester.

I've seen some posts about socket problems in this area,
so I tried setting ThreadPerServer for Apache to
1 - but the GETs (or POSTs) still timeout.

Anyone have any clues for me?

Geoff

In reply to timeout from UserAgent from mod_perl by ghart

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.