From rswindell@1:103/705 to CVS commit on Sat Aug 31 15:25:08 2019
src/sbbs3/ctrl MainFormUnit.cpp 1.205 1.206 NodeFormUnit.cpp 1.29 1.30 NodeFormUnit.h 1.11 1.12
Update of /cvsroot/sbbs/src/sbbs3/ctrl
In directory cvs:/tmp/cvs-serv29326
Modified Files:
MainFormUnit.cpp NodeFormUnit.cpp NodeFormUnit.h
Log Message:
Update the C getnodedat/putnodedat API to not require that the node file (ctrl/node.dab) is constantly closed and re-opened for every non-locking read. This is really slow across network file systems and unnecessary, so use a similar optimization as the C++ sbbs_t class where the file can (and normally is) left open across multiple consecutive reads.