[ANNOUNCE] Apache::DBI 0.93 release candidate

2004-01-09 Thread Ask Bjørn Hansen
ch from Geoffrey Young <[EMAIL PROTECTED]>; thanks Geoff!) - ask -- http://www.askbjoernhansen.com/ -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: Apache::DBI tests failing

2004-01-09 Thread Ask Bjørn Hansen
attributes were the same. 0.93 will fix the failing tests. The module itself works fine in 0.92 as well, it's only the test that is failing. - ask -- http://www.askbjoernhansen.com/ -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/mai

[QUESTION] B::TerseSize won't run

2004-01-21 Thread Ask Solem Hoel
cal/lib' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under linux Compiled at Aug 10 2003 01:06:01 @INC: /usr/local/lib/perl/5.6.1 /usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.6

Re: [QUESTION] B::TerseSize won't run

2004-01-22 Thread Ask Solem Hoel
On Jan 21, 2004, at 9:55 PM, Stas Bekman wrote: Ask Solem Hoel wrote: Hi! I'm trying to track down a memory leak, but when I try PerlModule B::TerseSize(0.05) with Apache::Status, apache gives me an internal server error with nothing but: [Wed Jan 21 11:29:55 2004] [error] Undefined subro

Re: Apache::Session maintainership

2004-03-18 Thread Ask Bjørn Hansen
s/ or in Subversion next to DBI and the SDL module: http://svn.perl.org/viewcvs/modules/ - ask -- http://www.askbjoernhansen.com/ -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/

Re: Ways to scale a mod_perl site

2009-09-18 Thread Ask Bjørn Hansen
f ... If you are concerned about the cookie being readable at all, you can encrypt the whole thing. Either way it's "tamper proof". - ask -- http://develooper.com/ - http://askask.com/

Re: mod_perl smtp server

2003-11-25 Thread Ask Bjoern Hansen
_echo), and would have a nice perl back end. qpsmtpd - http://develooper.com/code/qpsmtpd/ - is written in a way so it should be possible to make it run under mod_perl. - ask -- http://www.askbjoernhansen.com/ - http://develooper.com/ -- Reporting bugs: http://perl.apache.org/bugs/ Mai

Re: maintaining shared memory size (was: Re: swampedwithconnection?)

2005-08-27 Thread Ask Bjørn Hansen
buffers Swap: 3036232k total, 111564k used, 2924668k free,17420k cached Which processes are swapping? Have you tried setting MaxClients to say 10 (or some other low number that'll ensure you don't run out of memory). - ask -- http://www.askbjoernhansen.com/

Re: maintaining shared memory size (was: Re: swampedwithconnection?)

2005-08-29 Thread Ask Bjørn Hansen
On Aug 29, 2005, at 5:11 PM, David Hodgkinson wrote: You *do* have KeepAlive off in your httpd, right? That is one of the great things about perlbal[1]. You can support KeepAlive without using more resources. - ask [1] http://www.danga.com/perlbal/ -- http://www.askbjoernhansen.com/

Re: go crazy with me

2005-12-25 Thread Ask Bjørn Hansen
d up being 50 fronts and 50 backs. Some proxies/load balancers can keep 50 frontend connections open over 10 backend connections, all with keep-alives by using one backend connection for multiple frontend connections. (perlbal is one of them) - ask -- http://askask.com/ - http://develooper.com/

Re: remove me from the list

2005-12-25 Thread Ask Bjørn Hansen
. - ask -- http://www.askbjoernhansen.com/

Re: S3 ?

2007-04-25 Thread Ask Bjørn Hansen
http://www.yellowbot.com/ ) - ask -- http://develooper.com/ - http://askask.com/

Re: Mod_Perl and MaxRequestsPerChild

2007-10-21 Thread Ask Bjørn Hansen
between the proxy and the backend server without using extra backend processes. [1] http://www.danga.com/perlbal/ http://develooper.com/talks/ http://develooper.com/talks/Real-World-Scalability-MySQL-2007-r12.pdf - ask -- http://develooper.com/ - http://askask.com/

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-21 Thread Ask Bjørn Hansen
On Oct 16, 2007, at 1:24 AM, Graham TerMarsch wrote: After receiving some feedback from people about my Apache2 auto- minification filters for JS/CSS, and seeing that the only issue people seemed to have was that the underlying minifiers weren't terribly fast, I've gone ahead and have rebu