On Thu, 19 Jul 2007, Frank Pagliughi wrote:
> Thanks for the reply.
>
> I believe I found another thing. Several applications in my system are
> trying to write log messages to a single text file on the SD Card, and
> are each using the O_APPEND option to the open() function to assure
> atomic writes to the end of the file. As in:
> int fd = open(filName, O_WRONLY | O_CREAT | O_APPEND, 0644);
Why not use the syslog functions, and run syslogd to serialise the
logging?
>
> Never mind guaranteed atomic or non-atomic operation. The file doesn't
> even get created on the card if it's formatted with VFAT!
>
> Does this make sense to anyone?
>
> Thanks,
> Frank
>
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|