I've written a SAX handler to process the xml output of a long-running servlet.
The LWP::UserAgent eventually created to handle the request to the servlet has a default timeout of 180 seconds. I can't find a method or option in XML::SAX to set the timeout to another value. Any ideas?