Re: Catalyst wiki buggered? was:Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-22 Thread Ian Wells
2009/4/22 Marcus Ramberg : > > On Tue, Apr 21, 2009 at 11:33 PM, Ian Wells wrote: >> >> > Can you put something on the wiki as well please? >> >> Happily, but the validation link I get by email doesn't work... > > Can you be a bit more verbose? > With regards > Marcus Ramberg I would be delighted

Re: Catalyst wiki buggered? was:Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-22 Thread Marcus Ramberg
On Tue, Apr 21, 2009 at 11:33 PM, Ian Wells wrote: > > Can you put something on the wiki as well please? > > Happily, but the validation link I get by email doesn't work... Can you be a bit more verbose?With regards Marcus Ramberg ___ List: Catalyst@l

Catalyst wiki buggered? was:Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-21 Thread Ian Wells
> Can you put something on the wiki as well please? Happily, but the validation link I get by email doesn't work... -- Ian. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: h

Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-21 Thread Matt S Trout
On Tue, Apr 21, 2009 at 10:10:54AM +0200, Ian Wells wrote: > 2009/4/20 Matt S Trout : > > Depends if you're going to write the patch - I don't have any networks with > > broken DNS to test on so I can't really do it ... > > I wasn't aware I did either, but there you go. > > I'll keep quiet and up

Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-21 Thread Ian Wells
2009/4/20 Matt S Trout : > Depends if you're going to write the patch - I don't have any networks with > broken DNS to test on so I can't really do it ... I wasn't aware I did either, but there you go. I'll keep quiet and update to 5.8 instead, I think. Seems like the easier solution. -- Ian.

Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-20 Thread Matt S Trout
On Mon, Apr 20, 2009 at 01:26:57PM +0200, Ian Wells wrote: > 2009/4/20 Andrew Rodland : > > The time spent in inet_ntoa > > is your system DNS resolver choking while trying to reverse-lookup the > > source > > IP address of the request. Most likely situation: you're using RFC1918 > > addresses and

Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-20 Thread Andrew Rodland
On Monday 20 April 2009 06:26:57 am Ian Wells wrote: > 2009/4/20 Andrew Rodland : > > The time spent in inet_ntoa > > is your system DNS resolver choking while trying to reverse-lookup the > > source IP address of the request. Most likely situation: you're using > > RFC1918 addresses and your netwo

Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-20 Thread Ian Wells
2009/4/20 Andrew Rodland : > The time spent in inet_ntoa > is your system DNS resolver choking while trying to reverse-lookup the source > IP address of the request. Most likely situation: you're using RFC1918 > addresses and your network is set up improperly to do DNS for these. If you > can't fix

Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-20 Thread Andrew Rodland
On Monday 20 April 2009 04:35:05 am Terence Monteiro wrote: > I'm getting very high times when running my Catalyst application in > standalone mode. I used Devel::NYTProf and zeroed in on a few subs in > Catalyst::Engine::HTTP which take long: > The times for accept are because accept is the funct

Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-20 Thread Peter Edwards
Terence, 2009/4/20 Terence Monteiro > I'm getting very high times when running my Catalyst application in > standalone mode. I used Devel::NYTProf and zeroed in on a few subs in > Catalyst::Engine::HTTP which take long: > Is your DNS set up correctly to reverse lookup the IP address you are test

[Catalyst] C::Engine::HTTP taking very long

2009-04-20 Thread Terence Monteiro
I'm getting very high times when running my Catalyst application in standalone mode. I used Devel::NYTProf and zeroed in on a few subs in Catalyst::Engine::HTTP which take long: Catalyst::Engine::HTTP::_socket_data: 678s(exclusive) 678s(inclusive) Catalyst::Engine::HTTP::run:55.5s(exclusive)