Re: Question about caching

2012-03-13 Thread C. Jon Larsen
Getting static assets (js, css, gfx) off your apache children is far more important than anything else for scaling up to lots of concurrent users IMHO. We use a pound load balancer to direct static reqs to nginx "cdn" and all dynamic requests to apache backends. Once you have that in place t

Re: php/mod_perl + mysql woes

2007-07-20 Thread C. Jon Larsen
I don't necessarily have a problem running 3 different apaches. One issue I have is that I also need a development environment, Stop, and setup a sep. box or vserver. I cant imagine doing development on the same server env. that is in production will meet with approval from your client(s) o

Re: Persistent storage (storable preferred as mechanism)

2005-07-11 Thread C. Jon Larsen
On Mon, 11 Jul 2005, David Nicol wrote: My gripe with Storable is that it is not possible to access into the storable object without thawing the whole thing. An idea has just occurred to me however, Ideas are great but Have you actually benchmarked Storable ? Its pretty fast indeed. I

Re: Anyone using Firebird (DBD::InterBase) with mod_perl ?

2004-02-13 Thread C. Jon Larsen
On Fri, 13 Feb 2004, Stas Bekman wrote: > C. Jon Larsen wrote: > > I'm trying to get a module that relies on some MySQL-specific > > functionality to run with Firebird 1.5.0 under mod_perl 1. > > Jon, your question has nothing to do with mod_perl. You ought to ask i

Anyone using Firebird (DBD::InterBase) with mod_perl ?

2004-02-13 Thread C. Jon Larsen
I'm trying to get a module that relies on some MySQL-specific functionality to run with Firebird 1.5.0 under mod_perl 1. In particular I need to replace calls to: $sth->mysql_is_pri_key; $sth->mysql_is_num; with a Firebird equivalent. $dbh->table_info Does not seem to be supported by the DBD

qpsmtpd Was: Re: mod_perl smtp server

2003-11-26 Thread C. Jon Larsen
> qpsmtpd - http://develooper.com/code/qpsmtpd/ - is written in a way > so it should be possible to make it run under mod_perl. > > - ask I was considering using qpsmtpd to front end a sendmail-driven MailScanner box that gets about 30K messages per day. The thought was that qpsmtpd would be