in reply to Re: Flush all opened STDIO streams
in thread Flush all opened STDIO streams
Another thing, that works is to recompile XS with fflush after logging:STDERR->autoflush(1)
but I can't install/update XS package on the production servers. May be anyone knows some perl module, that can do fflush(NULL)?fprintf(stderr, "..."); fflush(stderr);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Flush all opened STDIO streams
by Anonymous Monk on Feb 03, 2014 at 15:30 UTC |