Re: [Catalyst] CatalystSites.org

2008-04-11 Thread Dan Dascalescu
http://www.catalystsites.org/ Thanks, this looks useful, and can probably replace the sites running catalyst pages on the wiki. That would be a great idea. I've been editing http://catwiki.toeat.com/meta/tracpagestoport/liveapplications lately and I was surprised to see only Kieren's mention

[Catalyst] Re: script/myapp_fastcgi.pl -d vs. nohup script/myapp_fasctgi.pl

2008-06-06 Thread Dan Dascalescu
Forgot to mention: in both cases, I launch myapp_fastcgi.pl with the `-keeperr` parameter. On Fri, Jun 6, 2008 at 2:22 AM, Dan Dascalescu [EMAIL PROTECTED] wrote: What is the difference between launching `script/myapp_fastcgi.pl -daemon` and running `nohup script/myapp_fastcgi.pl ' ? I want

[Catalyst] script/myapp_fastcgi.pl -d vs. nohup script/myapp_fasctgi.pl

2008-06-06 Thread Dan Dascalescu
What is the difference between launching `script/myapp_fastcgi.pl -daemon` and running `nohup script/myapp_fastcgi.pl ' ? I want to be able to run fastcgi.pl -l in the background, with debugging enabled, and log its STDERR. I tried script/myapp_fastcgi.pl -l 127.0.0.1:55900 -d 2myapp.stderr but

Re: [Catalyst] Advent calendar

2008-12-01 Thread Dan Dascalescu
And of course I forgot the URL: http://www.catalystframework.org/calendar I'd like to suggest hosting the Advent Calendar articles on the Catalyst Wiki: http://dev.catalyst.perl.org/wiki/adventcalendararticles Here are some arguments: 1. The presentation at

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-15 Thread Dan Dascalescu
First: Perl jobs are not decreasing. While there is not a ton of 'Buzz' around perl anymore... If you look at actual jobs stats: http://tiny.cc/kkcCM Perl is above all the others by some margin. Short version: that graph is misleading. Click the Relative link. Longer version: Yes, Perl

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-16 Thread Dan Dascalescu
We're not BBC of course, but I took some time to add the My Opera community site (developed by our team in Opera Software) to appliedstacks.com. Nice, thank you. I never heard of this site before, but since it's mentioned here I assume it's somewhat trusted. I have no idea who's behind

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-17 Thread Dan Dascalescu
On Sun, Feb 15, 2009 at 1:13 PM, Kieren Diment dim...@gmail.com wrote: So the goal of the book we're writing at the moment isn't a walk-through tutorial, but a set of materials designed to get you from raw beginner through the entire catalyst learning curve as quickly as possible - i.e.

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-17 Thread Dan Dascalescu
Actually, the community will probably benefit most from writing code. Talking about talking about something doesn't actually buy you much. New modules that make programming easier are definitely more appealing all around. Well, yes and no. Not everyone has the same skillset. Some people

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-19 Thread Dan Dascalescu
On Thu, Feb 19, 2009 at 12:07 PM, Matt Pitts mpi...@a3its.com wrote: Anyway, this is a long story, I'll stop ranting. My point was just that there is no easy way to just run the Cat app in Windows. I understand the idea of developing a Catalyst app on Windows and running it on a *nix web

Re: [Catalyst] RFC: New to Catalyst questions

2009-02-19 Thread Dan Dascalescu
Regarding wiki questions: The Catalyst wiki runs on MojoMojo (http://mojomojo.org), a project led by Marcus Ramberg. I tend to do a bit of coding too, and more advocacy and managing ideas. We've set up a feedback board for MojoMojo at http://mojomojo.ideascale.com/. To join the MojoMojo team,

Re: [Catalyst] RFC: New to Catalyst questions

2009-02-20 Thread Dan Dascalescu
http://rodrigolive.googlepages.com/catmojo.jpg Wow, quite neat, really. I didn't have a problem with File::NFSLock compiling with the latest Strawberry version. I did, and I'm not the only one: http://rt.cpan.org/Public/Bug/Display.html?id=40185 PS: Cache::Memory is a bogus dependency. I

Re: [Catalyst] windows install issues (Was: RFC: New to Catalystquestions)

2009-02-23 Thread Dan Dascalescu
I also couldn't install DBD::mysql, even though I've also tried without cpan, because on dmake it gives some errors I don't understand I had DBD::SQLite fail the stress test that DBIx::Class runs. Any solution for that one? I also just posted about it on the Strawberry Perl mailing list:

Re: [Catalyst] Advent calendar

2009-03-01 Thread Dan Dascalescu
I'd like to suggest hosting the Advent Calendar articles on the Catalyst Wiki: http://dev.catalyst.perl.org/wiki/adventcalendararticles When you have a project with an internet presence, and you don't have time to do a proper job, you put up a wiki and hack it into doing what you want. You

[Catalyst] Catalyst screencast and MojoMojo slides

2009-06-24 Thread Dan Dascalescu
On Fri, 13 Feb 2009, David Steiner wrote: we need to give the layperson a easier ride in starting out with catalyst. and that requires more tutorials/screencasts, I'd like to announce a 7-minute screencast introducing Catalyst: installing Catalyst, creating your first application, examining

Re: [Catalyst] How much RAM do your Catalyst apps use up?

2009-06-24 Thread Dan Dascalescu
On Wed, Jun 24, 2009 at 02:05, Tobias Kremertobias.kre...@gmail.com wrote: On Wed, Jun 24, 2009 at 10:51 AM, kakim...@tpg.com.au wrote: Just want to get an idea, how much RAM do your Catalyst apps use or do your machines that run the Catalyst app actually have allocated? MojoMojo, which is