[Catalyst] Engine::(Fast)CGI and Basic Auth in Apache 2

2008-02-29 Thread Tom Ott
Hello, I try to use Authentication::Credential::HTTP to write an application that should run inside an Apache 2 controlled Basic Authentication protected environment. Authentication is done twice, first inside the Apache 2 environment and also later in the FastCGI Catalyst app

[Catalyst] File-browser functionality

2008-02-29 Thread Peter Sørensen
Hi, I'm using catalyst and TT to develop a system, where it is possible to search in system logfiles based on predefined regex. I need a way to BROWSE on the server filesystem. I can use the directory plugin in TT but before trying this I would ask if any other solutions are around. Regards

Re: [Catalyst] File-browser functionality

2008-02-29 Thread Kieren Diment
On 29 Feb 2008, at 22:13, Peter Sørensen wrote: Hi, I'm using catalyst and TT to develop a system, where it is possible to search in system logfiles based on predefined regex. I need a way to BROWSE on the server filesystem. I can use the directory plugin in TT but before trying this I would

Re: [Catalyst] File-browser functionality

2008-02-29 Thread Alessio Bragadini
On 29 Feb 2008, at 12:13, Peter Sørensen wrote: I'm using catalyst and TT to develop a system, where it is possible to search in system logfiles based on predefined regex. I need a way to BROWSE on the server filesystem. I can use the directory plugin in TT but before trying this I would ask

[Catalyst] Authentic/Session modules problem

2008-02-29 Thread Dermot
Hi, I am working with the tutorials, at the authentication part, and have hit a snag. I've add the following to my package Authentication Authentication::Store::DBIC Authentication::Credential::Password Session #Session::Store::FastMmap Session::FastMmap Session::State::Cookie I had to

[Catalyst] The performance test of 6 leading frameworks

2008-02-29 Thread dab
hi I do not know if this test has already been posted on the list Why these bad performances ? http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading-frameworks/ thank ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] The performance test of 6 leading frameworks

2008-02-29 Thread Mike Whitaker
On 29 Feb 2008, at 16:21, [EMAIL PROTECTED] wrote: hi I do not know if this test has already been posted on the list Several times. Why these bad performances ? http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading- frameworks/ Yes, it's slower. But let's just look at

Re: [Catalyst] The performance test of 6 leading frameworks

2008-02-29 Thread Andy Grundman
On Feb 29, 2008, at 11:21 AM, [EMAIL PROTECTED] wrote: hi I do not know if this test has already been posted on the list Why these bad performances ? http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading-frameworks/ All in all seems like a well-done benchmark with lots of good

Re: [Catalyst] The performance test of 6 leading frameworks

2008-02-29 Thread Andy Grundman
On Feb 29, 2008, at 12:14 PM, Andy Grundman wrote: On Feb 29, 2008, at 11:21 AM, [EMAIL PROTECTED] wrote: hi I do not know if this test has already been posted on the list Why these bad performances ? http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading-frameworks/ All in

Re: [Catalyst] Template::Plugin::Latex 3.00_05 and catalyst

2008-02-29 Thread Francesc Romà i Frigolé
Thanks Jon, Unfortunately it didn't work for me :( I'm using catalyst 5.7012-r2 on gentoo Francesc On Thu, Feb 28, 2008 at 10:30 PM, Jon Schutz [EMAIL PROTECTED] wrote: The weird thing is that the workaround doesn't work for me with version 3 of the T:P:Latex, but if I force (in the

Re: [Catalyst] The performance test of 6 leading frameworks

2008-02-29 Thread Andy Grundman
On Feb 29, 2008, at 2:20 PM, Dab wrote: Thank you for your answers If asked that question is that I make a small application that takes 3 seconds per request with only one user. It has only 7 tables and uses a lot of TT. I forget to use /Template::Stash::XS, (thank /Andy) I will make a

[Catalyst] C::C::FormBuilder, Request::Upload and file Uploads ?

2008-02-29 Thread Stephen Telford
Hey Everyone, Okay, potentially stupid question, but, here goes :) I am using Catalyst::Controller::FormBuilder, and I am trying to grab the file from inside using the Request::Upload, yet it never gets any uploads .. does C::C::FormBuilder and Request::Upload 'play nicely' with each

[Catalyst] Upload progress meter

2008-02-29 Thread Bill Moseley
So I have a file upload page and an ajax-updated progress meter. Not unlike the UploadProgress plugin. The progress meter works fine while transferring the file. There's also some processing that happens to the file after the upload is complete (and before returning the response) and during

Re: [Catalyst] Upload progress meter

2008-02-29 Thread Wade . Stuart
Bill Moseley [EMAIL PROTECTED] wrote on 02/29/2008 01:30:38 PM: So I have a file upload page and an ajax-updated progress meter. Not unlike the UploadProgress plugin. The progress meter works fine while transferring the file. There's also some processing that happens to the file after the

Re: [Catalyst] Authentic/Session modules problem

2008-02-29 Thread Jay K
Hi Dermot, The Plugin::Session::Store::FastMmap module provides the essential glue between the session system and the actual fastmmap system. The Plugin::Session::FastMmap module is old and probably doesn't get along with the current session engine. Use the Store module instead and see if it

Re: [Catalyst] File-browser functionality

2008-02-29 Thread Jonathan Rockway
* On Fri, Feb 29 2008, Alessio Bragadini wrote: On 29 Feb 2008, at 12:13, Peter Sørensen wrote: I'm using catalyst and TT to develop a system, where it is possible to search in system logfiles based on predefined regex. I need a way to BROWSE on the server filesystem. I can use the

Re: [Catalyst] The performance test of 6 leading frameworks

2008-02-29 Thread Jonathan Rockway
* On Fri, Feb 29 2008, Dab wrote: Thank you for your answers If asked that question is that I make a small application that takes 3 seconds per request with only one user. It has only 7 tables and uses a lot of TT. I forget to use /Template::Stash::XS, (thank /Andy) I will make a comparison

Re: [Catalyst] The performance test of 6 leading frameworks

2008-02-29 Thread Ashley
That's a hot tip. Put it in the mojomojo. Even if untested now, someone will eventually and update it if necessary. On Feb 29, 2008, at 2:03 PM, Jonathan Rockway wrote: * On Fri, Feb 29 2008, Dab wrote: Thank you for your answers If asked that question is that I make a small application