mp2: processing a subrequest with HTML::FillInForm

2008-07-21 Thread Stephen Howard
I have a form validator PerlResponseHandler (using Data::FormValidator) that needs to repopulate a form upon failure. Problem is, the original form is not generated by the handler, but by other pages on the site. My thinking is that I ought to be able to do a lookup_uri and pass it a filter t

Load peaks and throttling

2008-07-21 Thread Cosimo Streppone
Hi, I'm currently working on a "large" (for some meaning of "large", of course) community web site, using mp2 with mostly handlers and some registry scripts. The architecture is basically composed of: - a few load-balanced frontend apaches - several load-balanced mp2 backends - a replicated m

Re: Load peaks and throttling

2008-07-21 Thread Perrin Harkins
On Mon, Jul 21, 2008 at 6:29 PM, Cosimo Streppone <[EMAIL PROTECTED]> wrote: > I'm trying to fully understand this problem, but I'm considering > implementing throttling at the backend (maybe front?) level, > so I was wondering what is the current state-of-the-art > or best practice about this. If