[Catalyst] Server that comes with Cat. slow? Upgrade all plugins at once?

Matt S Trout dbix-class at trout.me.uk
Thu Apr 27 23:03:17 CEST 2006


Ryan wrote:
> I'm running it on my laptop so I can program on the train and it runs
> nice and speedy on there.  I decided I wanted to test in another
> browser(IE) so I started the server and connected to it by another
> computer. Wow...if it connected at all it was slooooow and I got
> redirecting issues with IE(said DNS failed but firefox worked).  I
> probably need to update some plugins** but is this a problem with the
> catalyst server or is my application just slow?

IE and the test server hate each other sometimes. Try keepalive or fork mode.

> **Is there an easy way I can just upgrade all my catalyst plugins and
> not update everything else in cpan?

perl -MCPAN -e 'CPAN->r' then parse and grep (via perl if you're on windows) 
that list and feed it back into CPAN->install

-- 
      Matt S Trout       Offering custom development, consultancy and support
   Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Catalyst mailing list