Re: Apache::Upload / tempname vs link vs slurping fh

2007-10-30 Thread Perrin Harkins
On 10/30/07, Aaron Trevena <[EMAIL PROTECTED]> wrote: > The "correct" way seems to be to use link(), but I can't be sure it > will be linked from the same filesystem and it's another unwanted step > before I copy to remote servers. File::Copy? - Perrin

Apache::Upload / tempname vs link vs slurping fh

2007-10-30 Thread Aaron Trevena
Hi all, I'm planning on changing an existing mod_perl application to distribute images across the cluster as they are uploaded rather than using rsync afterwoods. Currently the code uses the "slurp fh, print to another file" recipe which seems incredibly inefficient. The "correct" way seems to b

Re: mod_perl MVC framework.

2007-10-30 Thread Aaron Trevena
On 24/10/2007, Tyler Bird <[EMAIL PROTECTED]> wrote: > We are having difficulty finding a good MVC framework for perl. Um...? There are an abundance, listed in CPAN, articles about them are on perl.com, and the mod_perl page has a list. > I have looked at HTML::Mason and the template toolkit toda

Re: mod_perl MVC framework.

2007-10-30 Thread Carl Johnstone
TAL does have a downside- as do all the other templating languages - they've all alllowed feature creep to turn them into micro-languages or processing languages. I wouldn't necessarily say that's a bad thing - sometimes the view does have to be more complicated, and if your templating langua