On 22 Apr 2010, at 15:14, Some Guy wrote:

> I don't really need keepalive.  Just a really basic http request.  However,
> this would be in a non request handler thread, so I'll have no initial
> request_rec to create a subrequest from.  It would also be in the parent
> process via a monitor hook.

In that case, you're probably the exception to the general advice to
use mod_proxy.  Simplest would probably be DIY with your choice
of HTTP client library.

-- 
Nick Kew

Reply via email to