On Sun, 2007-12-16 at 20:25 +0900, Adrian Chadd wrote: > Next question - if I read this code right, a class is instanced for > every async callback being scheduled, is this true?
These will be recycled as/if needed. Also, the current event queue will not be used for the async calls. You can find more high-level details at http://wiki.squid-cache.org/Features/NativeAsyncCalls Cheers, Alex.
