This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients aerodonkey, neologix, orsenthil, santoso.wijaya
Date 2010-04-25.21:10:30
SpamBayes Score 0.007717885
Marked as misclassified No
Message-id <1272229832.5.0.642501531302.issue6085@psf.upfronthosting.co.za>
In-reply-to
Content
> Doesn't that only cache the first remote client it encounters, though? Maybe a dictionary of caches?

A BaseHTTPRequestHandler is instantiated every time a client connects, so there should be only one client per handler, no (the cache is an attribute of the handler, not the server) ?
History
Date User Action Args
2010-04-25 21:10:32neologixsetrecipients: + neologix, orsenthil, aerodonkey, santoso.wijaya
2010-04-25 21:10:32neologixsetmessageid: <1272229832.5.0.642501531302.issue6085@psf.upfronthosting.co.za>
2010-04-25 21:10:31neologixlinkissue6085 messages
2010-04-25 21:10:31neologixcreate