Re: Interface between main thread and cache & socket transport service threads
Jason Duell <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.netlib |
|---|---|
| Message-ID | <[email protected]> |
On 01/13/2012 02:33 PM, Brian Smith wrote: > As I mentioned in bug 717761 [1], it doesn't seem right to me that our cache operations bounce between the main thread, the cache thread, and the socket transport thread so much > Thoughts? Good diagrams. It certainly seems like we could eliminate some overhead and latency by streamlining as you suggest. Jason