Re: EventLoop shutdown procedure..

2006-08-23 Thread Henrik Nordstrom
On Mon, 2006-08-21 at 22:17 +1000, Robert Collins wrote: I'd like to make the shutdown procedure async as well - allowing things like swap log writing to use calls elsewhere in the codebase that are async - like the disk engines. Makes sense. Heres my proposed api: - on EventLoop you can

Re: EventLoop shutdown procedure..

2006-08-22 Thread Adrian Chadd
On Mon, Aug 21, 2006, Robert Collins wrote: I'd like to make the shutdown procedure async as well - allowing things like swap log writing to use calls elsewhere in the codebase that are async - like the disk engines. Can this wait until squid-3 is released and stable? Pretty please? :)

Re: EventLoop shutdown procedure..

2006-08-22 Thread Robert Collins
On Tue, 2006-08-22 at 17:10 +0800, Adrian Chadd wrote: On Mon, Aug 21, 2006, Robert Collins wrote: I'd like to make the shutdown procedure async as well - allowing things like swap log writing to use calls elsewhere in the codebase that are async - like the disk engines. Can this wait