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
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
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
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
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 - 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