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