Mail Archives: djgpp/1997/09/30/10:58:19
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
- Raw text -