Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!think.com!mintaka!ai-lab!zurich.ai.mit.edu!jaffer From: jaffer@zurich.ai.mit.edu (Aubrey Jaffer) Newsgroups: comp.lang.scheme Subject: locks, semaphores, and multi-processing Message-ID: Date: 31 May 91 17:10:30 GMT Sender: news@ai.mit.edu Distribution: comp.lang.scheme Organization: M.I.T. Artificial Intelligence Lab. Lines: 9 I am prototyping a multi-user Btree database in Scheme. So far I have not been able to test the multi-processing features in scheme, but I have figured out how to modify scm2d to add this capability. Has anyone implemented locks, semaphores, and multi-processing in a Scheme implementation? If so, I would be interested in the function names and syntax for these features. Thanks in advance.