>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> The lyxserver uses the low-level C-functions open(), close(), Angus> read() and write() to get, put data to the in,output pipes. Angus> Why? Is their a reason why we don't use C++ filestreams? Probably nobody ever took the time to cleanup this code. Another obvious cleanup would be to convert the parsing code to use something sensible like split() instead of this horrible C-like code. JMarc
