in reply to Re: Re: timeout from UserAgent from mod_perl
in thread timeout from UserAgent from mod_perl
If you've set the threads to 1, you'll have problems no matter what kind of page you're fetching. If you haven't, the socket stuff will give you trouble.
If you really want to use mod_perl, I strongly suggest you look at how to get rid of this need for LWP requests. It's going to be a performance killer, and you can probably do it with a subrequest or something.
|
|---|