From: michael DOT mauch AT gmx DOT de (Michael Mauch) To: "Salvador Eduardo Tropea (SET)" Cc: djgpp AT delorie DOT com Subject: Re: DJGPP, interprocess communication, and DPMI Date: Tue, 30 Sep 1997 16:54:16 +0200 Message-Id: <3433f6f2.23593632@unidui.uni-duisburg.de> References: In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk On Mon, 29 Sep 1997 14:57:16 +0000, Salvador Eduardo Tropea (SET) wrote: > Bill did it in a better way, you can setup the size of memory used to > comunicate the programs and as a plus this memory can be used as a common > transfer buffer too. In fact the TSR was for that. Hmm, do you have a message ID for his posting? I could not find it, not even with DejaNews. > Is easy to communicate only 2 process but for more I think is more complex. > Any ideas? One way to differentiate between more processes could be to use the Virtual Machine ID (Int 2F, 1683h) - or use the getpid() function from libc. Regards... Michael