Re: OS decisions
Brian Makin <[email protected]> Sat, 13 Jun 2009 20:41:44 -0400
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
On Jun 13, 2009, at 7:57 PM, Ram Vedam wrote: > Is Movitz or should Movitz be geared towards becoming a multiuser > system? I think it would be a good idea... and if that is the > eventual goal, then memory protection is a very good idea. Though > wouldn't you need memory protection for process isolation to work > correctly? Unless I'm missing something here... Process isolation isn't quite as important when you can't write into random memory locations so easily. If you have one lisp process running and I have another... how can I do something bad to you?