Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ll-xn!cit-vax!tybalt.caltech.edu!lyles From: lyles@tybalt.caltech.edu (Lyle Scheer) Newsgroups: comp.sys.amiga Subject: Advice Needed for Re-entrant system Message-ID: <2568@cit-vax.Caltech.Edu> Date: Mon, 4-May-87 03:40:51 EDT Article-I.D.: cit-vax.2568 Posted: Mon May 4 03:40:51 1987 Date-Received: Tue, 5-May-87 00:49:03 EDT Sender: news@cit-vax.Caltech.Edu Reply-To: lyles@tybalt.caltech.edu (Lyle Scheer) Distribution: na Organization: Calfornia Institute of Technology Lines: 17 Keywords: LoadSeg CreateProc etc My current(and long standing) project for my Amiga is to create a re-entrant BBS program in Modula-2. What I need is advice. What is the best way to implement a re-entrant system?? I think I have seen two methods that look viable. The first is using LoadSeg and then CreateProc. The only problem with this is that I can't get LoadSeg to work with my Modula-2 compiler version(TDI v2). I have heard of another method somehow to launch a sub- routine as a task(or process, I'm not clear on the difference between the two). So, in essence, I need examples of both methods. Modula-2 would be best, but I have gotten good at translating C examples into the equivilant Modula-2. Thank you for your support, all of you. Wonko the Sane (you call this SANE??) Disclaimer: I am totally irresponsible. So shoot me then.