Re: [Catalyst] Steve...

2013-08-10 Thread Андрей П . Ковбович
Steve has left the building. 2013/8/10 DRA > Hey, does anyone know if Steve is in the office? > > ___ > List: Catalyst@lists.scsys.co.uk > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: > http://www.mail-arch

Re: [Catalyst] Alternatives to Catalyst ?

2010-04-28 Thread Андрей П . Ковбович
I was curious about what the big deal is raised, so spent a short test. *** Mojo *** (Alternative to Catalyst) timethese(-1, { param => sub { $tx->req->param('lang') }, params => sub { $tx->req->params->param('lang') }, }); Benchmark: running param, params for at least 1 CPU seconds...

Re: [Catalyst] myapp_fastcgi.pl does not run in background

2010-01-05 Thread Андрей П . Ковбович
Hi, try this option: --detach 2010/1/5 Emmanuel Quevillon : > Hi, > > First of all, happy new year for all the catalysters and all the best for > this new year. > > I am running Catalyst 5.80016, and when launch my production server, using > FastCGI, myapp_fastcgi.pl does not run into background

Re: [Catalyst] How to join catalyst dev server?

2009-12-10 Thread Андрей П . Ковбович
It's not a bug, it's a feature :) I think, that binding to localhost not so bad in security point of view. So, if you need to connect from outside the dev box, use -h 0.0.0.0. 2009/12/10 Bernhard Graf : > Nuba Princigalli schrieb: > >> I understand by default it'll bind to 0.0.0.0, that means it'l

Re: [Catalyst] Re: New Catalyst Book?

2009-02-06 Thread Андрей П . Ковбович
It would be nice if the book tells us how to work with heavy loaded projects. Very cool that will be yet another book on Catalyst! It is regrettable that so far there is no translation into Russian of a book on Catalyst. At the same time as there is a lot of Russian books on RoR. -- Andrey akovbo