Re: [Catalyst] DBIx question

2007-08-26 Thread Len Jaffe
On 8/25/07, Matt S Trout [EMAIL PROTECTED] wrote: You're a programmer for a living. You can figure out how to work a mailing list. Stop mollycoddling the new guys! -- [EMAIL PROTECTED] 614-404-4214 ___ List: Catalyst@lists.rawmode.org Listinfo:

[Catalyst] Mmap of shared file Operation not permitted

2007-08-26 Thread Dennis Daupert
Does anyone recognize this error, and know how I can resolve it? Mmap of shared file /tmp/catapult/session_data failed: Operation not permitted at /usr/lib/perl5/Cache/FastMmap.pm line 496. Cache/FastMmap.pm line 496 is attempting to initialize the cache after setting the parameters: 496

[Catalyst] Re: A Perl Message Queue?

2007-08-26 Thread A. Pagaltzis
* Jonathan Rockway [EMAIL PROTECTED] [2007-08-25 05:15]: When you write your own message queue that actually works correctly, is supported and documented, and is available freely on the CPAN, you can pick the name. In the mean time, STFU. If I told a client that I intend to use “TheSchwartz”,

Re: [Catalyst] Re: A Perl Message Queue?

2007-08-26 Thread J. Shirley
On 8/26/07, A. Pagaltzis [EMAIL PROTECTED] wrote: * Jonathan Rockway [EMAIL PROTECTED] [2007-08-25 05:15]: When you write your own message queue that actually works correctly, is supported and documented, and is available freely on the CPAN, you can pick the name. In the mean time, STFU.

Re: [Catalyst] Mmap of shared file Operation not permitted

2007-08-26 Thread Yousef Alhashemi
On 8/26/07, Dennis Daupert [EMAIL PROTECTED] wrote: Does anyone recognize this error, and know how I can resolve it? Mmap of shared file /tmp/catapult/session_data failed: Operation not permitted at /usr/lib/perl5/Cache/FastMmap.pm line 496. Did you switch between the development server and

[Catalyst] FC6 x86_64: problem locating Class/DBI/SQLite.pm

2007-08-26 Thread lanas
Hello, I'm new to Catalyst and am trying to follow the example shown on perl.com ('Catalyst' By Jesse Sheidlower, June 02, 2005) and there's a problem at the beginning, when running the minimjojo_create.pl helper: Couldn't require loader class Class::DBI::Loader::SQLite, Can't locate

Re: [Catalyst] FC6 x86_64: problem locating Class/DBI/SQLite.pm

2007-08-26 Thread Kieren Diment
Hi, This is quite an old article and the application was refactored to use better development practices (as explored by the catalyst community and reflecting in more recent catalyst versions). For one thing the new version uses Catalyst::Helper::Model::DBIC::Schema. Very few would recommend

Re: [Catalyst] Re: A Perl Message Queue?

2007-08-26 Thread Jonathan Rockway
A. Pagaltzis wrote: * Jonathan Rockway [EMAIL PROTECTED] [2007-08-25 05:15]: When you write your own message queue that actually works correctly, is supported and documented, and is available freely on the CPAN, you can pick the name. In the mean time, STFU. If I told a client that