This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: problem with disable buffering


On May 19, 2001, "Sunit Bhatia" <bhatia_sunit@hotmail.com> wrote:

> I've got two applications, one keeps on writing to the file and the
> other reads from the same file but there is a time delay between the
> write and read operations, which I need to remove.

Are they running on the same machine, or is there NFS caching
involved?


In any case, this is hardly a GCC-related issue, since it's a C
library or kernel or networking-related problem, and not even the C
library is part of GCC.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]