if I understand correctly the current code uses a single instance of the LWP's UA object. For one of the registry tests I need .t to drive .pm response handler, which in turn touch'es the files and need to be able to generate its own "sub-requests", so is it better to try to use a subrequest or change the code to handle multiply UA's? Currently the whole thing hangs, if I do .t -> .pm -> /request, because the first request wasn't finished, so the second one cannot proceed and there is a sort of deadlock.
Thanks! _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
