I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-08-27 15:08:54-07 by sasare in response to 8679
Re: Long Time Delay on get_request
Hi, it is this line in HTTP::Daemon:
$uri = $HTTP::URI_CLASS->new($uri, $self->daemon->url);
that causes the long time delay. What does it do? Where is it defined? Can it be done faster? Any help will be appreciated. sasare.
Direct Responses: 8683 | Write a response