dan@CASEUS.WISC.EDU (Daniel M. Frank) (09/27/86)
A year ago this last spring, a partner and I wrote a simple simulation package using modula-2 processes to model the different devices in the simulation. One process was responsible for maintaining pseudo-time and the event queue. Because processes can't be called or signaled with parameters, we used mailboxes for interprocess communications. All in all, it didn't work badly, although it was quite slow on an IBM PC XT! The compiler was the Logitech Modula-2/86, version 1.0 or 1.1, I think. I think the sources may still be around somewhere on a floppy disk. I can check, if you like. Regards, Dan
michael@pbinfo.UUCP (10/02/86)
/***** pbinfo:net.lang.mod2 / unido!caseus!dan / 1:08 am Sep 27, 1986*/ ... I think the sources may still be around somewhere on a floppy disk. I can check, if you like. ... /* ---------- */ If it is not too big, post it, please. Michael