Hi All,
I am using HTTP::Proxy for a project. It uses HTTP::Daemon's get_request. It takes about 7-8 seconds to read a request from a client which is on the same pc as the HTTP::Daemon.
Can someone help?
Thanks.
Posted on 2008-08-28 07:33:24-07
by sasarein response to 8680
Re: Long Time Delay on get_request
I traced the delay to a sub in HTTP::Daemon. It returns the url of the proxy. For now, I have hard coded the address and it's working ok. I suspect it could be a DNS issue. I will look into this later (never?).
sub daemon
{
my $self = shift;
${*$self}{'httpd_daemon'};
}