Re: Threading Model and Parallelization Model inside Movitz
Robert Swindells <[email protected]> Fri, 12 Jun 2009 23:43:04 +0100 (BST)
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
Ram Vedam wrote: >I was wondering if the threading.lisp file inside the losp/ directory >represents base threading model that Movitz is planning on >supporting... Also, is there an overarching design already in the >works or is this an area that still needs to be worked on? The current threading model has worked well for me. There is a patch written by Shawn Betts that adds lispm style processes on top of these threads, it also worked well for everthing that I did with it. Robert Swindells