File Uploads using MP2 best practises

2007-04-06 Thread Boysenberry Payne
Currently, I'm using a 2 server setup. Our "static" server (apache 1 && php) handles the initial request and uses mod_rewrite to proxy to our "perl" server (apache2 && mod_perl2). Our static server serves up files etc, except when MP is needed then it sends the request to our perl server.

Re: BerkeleyDB cache for webservice

2007-04-06 Thread Jonathan Vanasco
On Apr 6, 2007, at 4:58 PM, Perrin Harkins wrote: Although that sounds reasonable, when I've tried to test it my results have been the opposite -- storage speed really matters and locking doesn't matter much at all. I did some benchmarking of various cache modules for a talk I gave at OSCON in

Re: BerkeleyDB cache for webservice

2007-04-06 Thread Perrin Harkins
On 4/5/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote: Right. My point is that no matter what, you're going to have multiple children locking and blocking against each other. The efficiency of the operations are negligible when compared to one another , and the existence of blocking makes it vir