Xref: utzoo comp.unix.sysv386:2279 comp.sys.ncr:619 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.unix.sysv386,comp.sys.ncr Subject: Asynchronous I/O package or some hack for the System V 3.2 Keywords: I/O Asynchronous Message-ID: <1990Nov19.223854.4990@gupta.portal.com> Date: 19 Nov 90 22:38:54 GMT Followup-To: poster Organization: Gupta Technologies Inc Lines: 13 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 som information with me please do. What I have tough of is shared memory with other processes that really do the reading and writing on a file. That wasy my main process will not block. Thanks.. mthomas@gupta.protal.com