Path: utzoo!attcan!uunet!clyde.concordia.ca!mcgill-vision!quiche!utility From: utility@quiche.cs.mcgill.ca (Ronald BODKIN) Newsgroups: comp.os.msdos.programmer Subject: Desqview IPC Message-ID: <5111@quiche.cs.mcgill.ca> Date: 1 Oct 90 21:02:31 GMT Organization: SOCS - Mcgill University, Montreal, Canada Lines: 9 References: Does anyone know if there is a method for allowing 2 concurrent processes to communicate data between themselves when using desqview. I'm thinking about porting an application from QNX (a multi-tasking OS) to some DOS environments, and I'm wondering if it is possible to do this using desqview (e.g. by using share and having a common file open'd, with locks on the file to exclude simultaneous writing). Ron