Re: Content compression FAQ

2003-07-20 Thread Stas Bekman
Slava Bizyayev wrote: Oops, sorry for that. It should be OK now. http://devl4.outlook.net/devdoc/FAQ/compression.pod Thanks, committed __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/

RE: templating system opinions

2003-07-20 Thread Cameron B. Prince
Just wondering what the best templating system is to use and/or learn. Hi, I'm just wondering why no one recommended Embperl. Like Mason, it's more than a templating system, but I find it's inheritance features great. I'm using it for a personal project and haven't really checked it's

Re: templating system opinions

2003-07-20 Thread Jamie Lawrence
On Fri, 18 Jul 2003, Dave Rolsky wrote: On Fri, 18 Jul 2003, Patrick Galbraith wrote: TT was ok, but it did use a bunch of ram ;) So does Mason. HTML::Template is no doubt much leaner, but it's also lean on features. Nothing wrong with that if it suits your needs, though. Most Perl

Re: templating system opinions

2003-07-20 Thread Dave Rolsky
On Sun, 20 Jul 2003, Jamie Lawrence wrote: H::T is much more programmer-centric. In a lot of contexts, that makes sense. Informally (as in, I haven't done a systematic comparison), it is also faster than Mason. Mason isn't slow, but if you need every last gram of performance, well, you

Re: templating system opinions

2003-07-20 Thread Ruslan U. Zakirov
Barry Hoggard wrote: I used to use HTML::Template for projects, but I moved to Template::Toolkit because I felt the former's syntax was just too limited. I know we want to separate code and logic, but H::T keeps me [skip] JE Jesse Erlbaum JE Programmer: Get object, Get object attribute

Re: templating system opinions

2003-07-20 Thread Jamie Lawrence
On Sun, 20 Jul 2003, Dave Rolsky wrote: Actually, H::T is almost certainly _much_ faster and less RAM-intensive than Mason, at least when you measure the time it takes to serve a single page/component. OTOH, if you were to try to replicate some of Mason's more powerful features with H::T,

Re: templating system opinions

2003-07-20 Thread Patrick Galbraith
I've been working at Classmates.com for a couple months contracting, and they use Text::Forge. I've been impressed by the performance, and wish it was a big player. Part of the reason it isn't is guys like me should contribute to it and make it a bigger player. I really like the syntax - it

Re: [mp2 Patch] BUG with mod_deflate and $|=1 (20014:Error string not specified)

2003-07-20 Thread Slava Bizyayev
It is supposed to be something like the following: C05 -- S06 GET /html/wowtmovie.html HTTP/1.1 C05 -- S06 Accept: */* C05 -- S06 Accept-Language: en-us C05 -- S06 Accept-Encoding: gzip, deflate C05 -- S06 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) C05 -- S06 Host:

ANNOUNCE: Apache::Dynagzip 0.10

2003-07-20 Thread Slava Bizyayev
This version is all about the unnecessary warnings on some systems. Thanks to Rob Bloodgood and Damyan Ivanov those complained about uninitialized value warnings from unused HTTP headers, and about the pack mode c, which generated warnings in logs on their systems (running -w). Everyone provided

ANNOUNCE: Apache::CompressClientFixup 0.07

2003-07-20 Thread Slava Bizyayev
This version is all about the unnecessary warnings on some systems. Thanks to Rob Bloodgood, who complained about uninitialized value warnings from unused HTTP headers and provided a patch. It is not necessary to upgrade immediately (from the version 0.06) unless you suffer from the mentioned

Re: templating system opinions

2003-07-20 Thread Dave Rolsky
On Sun, 20 Jul 2003, Patrick Galbraith wrote: I've been working at Classmates.com for a couple months contracting, and they use Text::Forge. I've been impressed by the performance, and wish it was a big player. Part of the reason it isn't is guys like me should contribute to it and make it

Re: ANNOUNCE: Apache::Dynagzip 0.10

2003-07-20 Thread John Siracusa
Why does Apache/Dynagzip.pm call $r-content_type('text/html') in several places? My apache module earlier in the Apache::Filter chain sets $r-content_type to something else, but it then gets overridden by Dynagzip.pm. If I comment out all the calls to $r-content_type('text/html') in

Re: ANNOUNCE: Apache::Dynagzip 0.10

2003-07-20 Thread Slava Bizyayev
Your own content-type is supposed to be overwritten only in case of the use of PerlSetVar UseCGIHeadersFromScript Off in your configuration file. You might wish to comment this line in your configuration file when your script generates correct header line in accordance with CGI/1.0 and/or

Re: templating system opinions

2003-07-20 Thread Dave Rolsky
On Sun, 20 Jul 2003, Jamie Lawrence wrote: Mason isn't fast. It is, however, fast enough for high volume sites - that I will assert. Sure, amazon.com among them. From my view, the utility of autohandlers and dhandlers, in terms of code written vs. cost and time, is an enormous win. Add to

Re: does pnotes() work at all in 1.27? [RESOLVED]

2003-07-20 Thread Mark Maunder
An upgrade to 1.28 fixed this. Never found out what caused it under 1.27. On Sat, 2003-07-19 at 13:20, Mark Maunder wrote: Hi. This is a rather comprehensive (read 'cathartic') message, so if you have something productive to go and do, then you'd probably be better off doing that. For all