Re: fread multiple files
Re: fread multiple files
- Subject: Re: fread multiple files
- From: Alastair Houghton <email@hidden>
- Date: Fri, 25 Sep 2009 21:35:59 +0100
On 25 Sep 2009, at 20:07, Terry Lambert wrote:
If the same file is being contended in multiple threads (the mutex
usage will normally not kick in unless your program is multithreaded
in the first place), then you need to stop using stdio and switch to
using aio_read or press instead, and managing any block buffering,
like that normally provided by stdio, in your own code.
press?
I don't recognise that in this context, but I'm curious?
And in which version of OS X did support for aio_read() debut? I
don't recall noticing support for the REALTIME stuff before (maybe I
just missed it somehow).
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden