[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-glpk] write error on <stdout> - output buffer overflow
From: |
Andrew Makhorin |
Subject: |
Re: [Bug-glpk] write error on <stdout> - output buffer overflow |
Date: |
Sun, 8 Nov 2009 11:54:50 +0300 |
>>> I removed the buffering at all. (This was needed due to an old version
>>> of glplib which allowed printing only an entire line.)
> some operating systems often are very slow on single byte file ouput
> because the changes are immediately written to disk. Hence buffering
> may make sense.
I meant that now buffering is not used in the translator routines;
they call xprintf/xfprintf, which provide the standard buffering.