lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Oct 22, 2013, at 7:34 AM, William Ahern <william@25thandClement.com> wrote:

> <snip>
>> 
> 
> This sounds like maybe an output buffering problem, not input buffering. But
> note that there's an upper limit to the maximum atomic write.
> 
Good suggestion but it cannot be a output problem because it happens after the file has been on the disk for a long time and other programs can read the file fine.  I will try the suggestion form Luiz to check #t later.