[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Q] How do people handle multiple lisp tasks?
- To: osiris@cs.utexas.edu (Rob Browning)
- Subject: Re: [Q] How do people handle multiple lisp tasks?
- From: straz@cambridge.apple.com (Steve Strassmann)
- Date: Wed, 8 Mar 1995 21:32:04 -0500
- Cc: info-mcl@digitool.com
- Sender: owner-info-mcl@digitool.com
>It seems that this is kind of a missing capability in the MacOS; I wonder
>if Copland will do anything about it...
Of course you can fire up several MCL processes, almost like unix. Just
duplicate MCL on your hard disk and launch each copy. You can just wait a
couple of months and buy MCL 3.0, which has multiple threads.
The MacOS has supported background tasks since the beginning. A year or two
ago we released Thread Manager, which gives C programmers some limited
threading, and with Copland you'll have much more.