Juliusz Chroboczek <[EMAIL PROTECTED]> writes: >>> It's a very rare bug, and fixing it would require keeping quite a bit >>> of additional housekeeping information; for once, I'll just give up. [...] > When a single server-side request is used to satisfy multiple > client-side ones, only one is the owner, which is what causes the > problem. Normally Polipo will automatically refetch, but if the > fetched object is uncachable, there's no way to reconcile the two > requests. > > I guess something could be done to let the surviving client-side > request inherit the server-side request. The question being -- how do > you make the bookkeeping manageable?
It sounds like a classical case for reference counting, but that is perhaps what you mean by [too much] housekeeping information? -j. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Polipo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/polipo-users
