Re: Usefulness of $r->notes and $r->pnotes (or $c)
Adam Prime <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Michael Peters wrote: > On 03/23/2010 05:28 PM, Michael Ludwig wrote: > >> What could be done at the connection level? > > Anything that might involve keep alive connections: where the same > connection serves multiple requests. Probably not that useful for HTTP, > but might be for other protocols. > Fred did something fancy (connection rate limiting) with $c->pnotes recently. see his post about it here: http://marc.info/?l=apache-modperl&m=124217947427395&w=2