Re: load large data

2007-10-01 Thread Philippe M. Chiasson
[EMAIL PROTECTED] wrote: Hello, I have a module,which loads large data into memory. my $data = Mymodule-new; this will take some ms to be finished. And consume large amounts of RAM too I would imagine. So I think I can create this object at startup time,and share the $data acrosss

Re: Add a new RewriteCond Variable with mod_perl in an OutputFiler - possible?

2007-10-01 Thread Philippe M. Chiasson
Torsten Krah wrote: Hi. I've read around the docs but i dont know if its possible or not. Can an perl output filter add a new variable to the current process which can be analyzed by mod_rewrite? Background: My filter does some internal redirects. I want to set a Condition named

Re: mod_perl success stories on ZDNet

2007-10-01 Thread Philippe M. Chiasson
Perrin Harkins wrote: My Google alert sent this to me today: http://whitepapers.zdnet.com/abstract.aspx?docid=257555 Worth including in our own success stories ? Philippe M. Chiasson GPG: F9BFE0C2480E7680

Re: Add a new RewriteCond Variable with mod_perl in an OutputFiler - possible?

2007-10-01 Thread Torsten Krah
Am Montag, 1. Oktober 2007 schrieben Sie: You can pass this king of data to mod_rewrite with $r-subprocess_env('name' = 'value') on the mod_perl side and RewriteCond %{ENV:name} on the mod_rewrite side. See http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html#C_subprocess_en v_ Hi,

Re: mod_perl success stories on ZDNet

2007-10-01 Thread Carl Johnstone
My Google alert sent this to me today: http://whitepapers.zdnet.com/abstract.aspx?docid=257555 Is it me, or does that just link through to here: http://www.oreillynet.com/digitalmedia/blog/2002/05/perl_success_story_termiumplus.html which doesn't require registration? Carl

Re: mod_perl success stories on ZDNet

2007-10-01 Thread Perrin Harkins
On 10/1/07, Carl Johnstone [EMAIL PROTECTED] wrote: Is it me, or does that just link through to here: http://www.oreillynet.com/digitalmedia/blog/2002/05/perl_success_story_termiumplus.html which doesn't require registration? Yes. Like I said, it's just content brought over from O'Reilly.

Starting / Stopping Sendmail

2007-10-01 Thread Tyler Bird
Hi List, I know this is off topic, but does anyone know if you restart the sendmail MTA daemon if all mail in the mail queues will still be delivered or any email will be lost as a result? Thanks so much and redirect me to a sendmail list thanks. Tyler

Re: Starting / Stopping Sendmail

2007-10-01 Thread Jeff Pang
2007/10/2, Tyler Bird [EMAIL PROTECTED]: Hi List, I know this is off topic, but does anyone know if you restart the sendmail MTA daemon if all mail in the mail queues will still be delivered or any email will be lost as a result? No.when you restart a sendmail,mail queues will neither be