Subj : CVS commit src/sbbs3/ringbuf.c ringbuf.h To : All From : rswindell Date : Thu Jan 13 2005 03:53 am src/sbbs3 ringbuf.c 1.15 1.16 ringbuf.h 1.9 1.10 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv12570 Modified Files: ringbuf.c ringbuf.h Log Message: Eliminated the empty_sem idea (too much processing to maintain, caused high CPU utilization). We really need a cross-platform manually resetable boolean semaphore (like a Windows "event"). .