Re: Kqueues TOO fast
Re: Kqueues TOO fast
- Subject: Re: Kqueues TOO fast
- From: Creed Erickson <email@hidden>
- Date: Sun, 18 Jul 2004 09:04:08 -0700
On Sunday, July 18, 2004, at 02:13 AM, Ken Tozier wrote:
Is there a way to detect when a write starts and when it ends?
See the kqueue man page. You could filter on EVFILT_VNODE with
NOTE_WRITE. Or filter on a EVFILT_READ, accepting that availability of
data to read implies a write has completed.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.