Re: Any success with storing photos in a database?

2008-09-29 Thread W. Tyler Gee
I'm pretty sure that the consensus is to never actually store the files in the database. What actual inconsistencies are you seeing that you are trying to fix? On Mon, Sep 29, 2008 at 1:00 PM, Mark Stosberg [EMAIL PROTECTED] wrote: This question isn't so much a mod_perl question, as it is a

Re: Caching a hash - am I missing something?

2008-08-19 Thread W. Tyler Gee
On Tue, Aug 19, 2008 at 5:35 PM, Chris Faust [EMAIL PROTECTED] wrote: Hi, This might be a little off topic, I hope it's OK to post. I'm not positive if mod_perl matters or not because it's a little confusing to me. I've taken over some pretty old code that I'm updating and making mp2

Re: framework for modperl applications

2008-07-17 Thread W. Tyler Gee
On Thu, Jul 17, 2008 at 10:30 AM, Fred Moyer [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I found that Catalyst is too huge to use. Other than Catalyst, do you have any other framework suggested for MP applications? thanks. My understanding is that Catalyst is as light as you want it

Re: Post data with Apache2::Request

2008-05-25 Thread Tyler Gee
On Sat, May 24, 2008 at 4:57 PM, kropotkin [EMAIL PROTECTED] wrote: Hi I am trying to obtain POST data from a form. I have these lines: my $req = Apache2::Request-new($r); my $email = $req-body('email'); my $email = $req-params('email'); My form contains a field called 'email'.

Re: Template::Toolkit and mod_perl2?

2008-04-14 Thread Tyler Gee
On Mon, Apr 14, 2008 at 7:29 AM, Kirk [EMAIL PROTECTED] wrote: I'm trying to do some basic conversions to an old site that uses TT, and attempting to get it running under mod_perl2. at the moment I'm getting no errors but the web pages aren't displaying. Before I get into too much detail,

Re: Apxs not installed

2007-05-23 Thread Tyler Gee
On 5/23/07, Martijn [EMAIL PROTECTED] wrote: Hello. While rebuilding our webserver, I am trying to install modperl 2.0.3 under Apache 2.0.52 on RHEL4. However, when I run 'perl Makefile.PL', it says it can't find apxs. I am quite sure it isn't installed -find doesn't find it, so it definitely

Re: Perl and ASP.Net

2007-04-23 Thread Tyler Gee
On 4/23/07, Praveen Ray [EMAIL PROTECTED] wrote: t Hello people Trying to look for the *best* perl web framework out there and looking for suggestions. I've looked at Catalyst, Jifty and bunch of other frameworks. My biggest gripe about these web frameworks is the lack of reusable UI controls

Re: Charts and Graphs

2007-04-13 Thread Tyler Gee
On 4/12/07, Bill Whillers [EMAIL PROTECTED] wrote: Hello, I'm wondering what people are using for efficiently generating charts and graphs on the fly from within a mod_perl environment. I've been using GD::Graph for a while but I'm hoping to get a bit more feature-deep. I'm not terribly