RE: Why people not using mod_perl

2009-10-23 Thread Ihnen, David
My first response is, “What makes you think they don’t?” But I must point out that at the scale that Amazon runs at, the technology used for front end web page rendering – as critical as it is – not what runs Amazon. Can you run service calls to caches and systems from a mason-based mod_perl in

Re: GnuPG module producing empty file

2009-10-23 Thread Laurent MARTIN
Has anyone on the list some experience with mod_perl and an alternative to GnuPG module (which is "simply" a wrapper around pgp binary). I use GnuPG::Interface, and it works fine. Thank you! I'll try that. Laurent.

Re: DBI Connectons accumulate under Mod_perl

2009-10-23 Thread William T
On Tue, Oct 20, 2009 at 9:59 AM, Artem Kuchin wrote: > > however, whe i do in mysql > > show processlist; > > I see many connection hanging in sleep state and they grow and grow slowly! > Any idea why this happens? Could be many things. Maybe multiple hits to different Apache children are openin