Re: clones and parents (bug report)

2003-07-19 Thread Stas Bekman
Randy Kobes wrote: [..] Just to verify, I also get this with ActivePerl 806, Apache/2.0.47, and the current mod_perl cvs version. Here's some partial debug information: PERL58! 28083490() PERL58! 280648b5() and what are these two perl

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

2003-07-19 Thread Stas Bekman
James Hartling wrote: I use pnotes all over the place in 1.27, and haven't noticed any problems. I just stepped through some code and everything looks good between the Init phase and the content handling phase. I'm using Apache::Request-instance everywhere so I'm dealing with the same request

Re: DDD and mod_perl handler

2003-07-19 Thread Stas Bekman
Pablo Velasquez wrote: Hello, I've been searching for guidance on using DDD with mod_perl. (DDD is fantastic) [...] I've been reading online for the answer and there are some hints: Debugging mod_perl C Internals http://perl.apache.org/docs/2.0/devel/debug/c.html This document explains how to

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

2003-07-19 Thread Mark Maunder
Hi Stas, Thanks for the input. Tried that and no luck. I tried using -instance() instead of -new() in both handlers, and it didn't work. Just for kicks I tried using a few combinations of new() and instance() and no go there either. I also checked that I had the main request using is_main just to

RE: templating system opinions

2003-07-19 Thread Jesse Erlbaum
Hey Ken -- Search the guide: http://perl.apache.org/search/swish.cgi?query=templatesbm=submit=sear ch I'm deeply amused that there are nearly as many articles about templating systems on perl.apache.org (30) as there are templating modules on CPAN! TTYL, -Jesse- -- Jesse Erlbaum

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

2003-07-19 Thread Slava Bizyayev
May I see your client side HTTP log of the request-response transaction through mod_cgi vs. mod_perl? Thanks, Slava - Original Message - From: Bill Marrs [EMAIL PROTECTED] To: Slava Bizyayev [EMAIL PROTECTED]; Stas Bekman [EMAIL PROTECTED]; Philippe M. Chiasson [EMAIL PROTECTED] Cc:

Re: Getting list of all cookies available?

2003-07-19 Thread Iphigenie
Is there a way to get the list of available cookies from Apache::ASP or mod_perl? Now I am not the most expert at mod_perl, still a newbie myself Here's how i have done i when i needed to see the whole list to find out what was going on with a cookie not working use Apache::Cookie; my

RE: templating system opinions

2003-07-19 Thread Jesse Erlbaum
Hi Patrick -- I gotta have something to counter PHP people with too ;) Dave is right: CPAN is a very compelling argument. OTOH, it you've already cast your lot with using a server page system (a la Mason, ASP, JSP, ColdFusion), PHP is a pretty compelling choice. It's new, sexy, lightweight,

Re: templating system opinions - Mason recommendation

2003-07-19 Thread Randal L. Schwartz
Stas == Stas Bekman [EMAIL PROTECTED] writes: Stas While Andy is working on it, you can read a TT for mod_perl chapter in Stas Practical mod_perl, written by Andy as well! (http://modperlbook.org) Man, that guy is *everywhere*! :-) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc.

Re: templating system opinions

2003-07-19 Thread Barry Hoggard
Jesse Erlbaum wrote: The big players are Template::Toolkit and HTML::Template. It's no secret that I'm a fan of HTML::Template -- Sam and I worked together when he wrote it, and my module, CGI::Application, uses it out of the box (although it does support TT). I use HTML::Template because

Re: IPC::Run

2003-07-19 Thread Brian Reichert
On Fri, Jul 18, 2003 at 02:33:11PM -0400, Barrie Slaymaker wrote: On Fri, Jul 18, 2003 at 01:18:12PM -0500, Cameron B. Prince wrote: Hi Barrie, I dug out an old note from you and started trying IPC::Run. Here's what I have so far: [...] I'd do a use BFD; [EMAIL PROTECTED];

Re: Content compression FAQ

2003-07-19 Thread Slava Bizyayev
Thanks Stas! Full POD file is available now at http://devl4.outlook.net/devdoc/FAQ/compression.pod Slava - Original Message - From: Stas Bekman [EMAIL PROTECTED] Sent: Monday, July 14, 2003 12:42 AM Subject: Re: Content compression FAQ Great work, Slava. Please send the diff (or

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

2003-07-19 Thread Mark Maunder
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 other interested parties, read on I've done a few more tests and isolated this to my production server only. pnotes() works

Re: Content compression FAQ

2003-07-19 Thread Stas Bekman
Slava Bizyayev wrote: Thanks Stas! Full POD file is available now at http://devl4.outlook.net/devdoc/FAQ/compression.pod Forbidden You don't have permission to access /devdoc/FAQ/compression.pod on this server. Slava - Original Message - From: Stas Bekman [EMAIL PROTECTED] Sent: Monday,

Re: templating system opinions

2003-07-19 Thread Stas Bekman
Jesse Erlbaum wrote: Hey Ken -- Search the guide: http://perl.apache.org/search/swish.cgi?query=templatesbm=submit=sear ch I'm deeply amused that there are nearly as many articles about templating systems on perl.apache.org (30) as there are templating modules on CPAN! The search shows

Re: Content compression FAQ

2003-07-19 Thread Slava Bizyayev
Oops, sorry for that. It should be OK now. ;-( Slava - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: Slava Bizyayev [EMAIL PROTECTED] Cc: mod_perl Mailing List [EMAIL PROTECTED] Sent: Saturday, July 19, 2003 3:29 PM Subject: Re: Content compression FAQ Slava Bizyayev

[mp2] BEGIN blocks

2003-07-19 Thread Issac Goldstand
I seem to be having some trouble that I think may be associated with BEGIN blocks. To make sure I'm not jumping at shadows, could someone tell me what the expected behavior of BEGIN blocks in use()d modules is? How many times are they called (during server startup and/or restarts of any type)

[ANNOUNCE] Apache::App::Mercury (new module)

2003-07-19 Thread Adi Fairbank
This is a new application for mod_perl - just released. Apache::App::Mercury is a customizable, extensible customer to customer, store and forward messaging application for Apache mod_perl (1.x). It uses a relational database (accessed via DBI) to store and retrieve messages, and uses CGI.pm to