in reply to Re: How to emulate queue for CGI script?
in thread How to emulate queue for CGI script?
There is a problem with trying to do the rate-limiting in the browser: if there is more than one client, you'll blow the limit. I think it has to be done in the back-end.
You ought to be able to get the effect you want by using CPAN modules. You may be able to simply use HTTP::Cache::Transparent.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to emulate queue for CGI script?
by Limbic~Region (Chancellor) on Mar 21, 2011 at 17:18 UTC |