Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!portal!gupta!mthomas From: mthomas@gupta.portal.com (Mark Thomas) Newsgroups: comp.sources.wanted Subject: Asynchronous I/O package or some hack for the System V 3.2 Message-ID: <1990Nov20.205747.5567@gupta.portal.com> Date: 20 Nov 90 20:57:47 GMT Organization: Gupta Technologies Inc Lines: 15 I need some code so that I can use some kind of Asynchonous witting and reading to a disk file. System V.4 has a package to do this. HOwever, we need it for the 3.2 version. Has anybody written some code like this? (Do I have to reinvent the wheel?) If you do and can share some information with me please do. What I have thought of, is shared memory with other processes that really do the reading and writing on a file. That way my main process will not block. Thanks.. mthomas@gupta.protal.com