Lisp HUG Maillist Archive

LW threading questions

I've got sbcl/posix threads working pretty well, but I'm trying to figure
out some of the details of LW threads.  Immediately after spawning a new
thread, mp:ps shows it is 'waiting on mailbox'.  Is there a simpler way
to perhaps interactively get the thread up and running without overhead
requirements like setting up a mailbox?

Jonathon McKitrick
--
'Java is a fine language, for low values of fine.'


AW: LW threading questions



> -----Ursprüngliche Nachricht-----
> Von: owner-lisp-hug@lispworks.com 
> [mailto:owner-lisp-hug@lispworks.com] Im Auftrag von Jonathon 
> McKitrick
> Gesendet: Montag, 31. Dezember 2007 05:45
> An: lisp-hug@lispworks.com
> Betreff: LW threading questions
> 
> 
> 
> I've got sbcl/posix threads working pretty well, but I'm 
> trying to figure out some of the details of LW threads.  
> Immediately after spawning a new thread, mp:ps shows it is 
> 'waiting on mailbox'.  Is there a simpler way to perhaps 
> interactively get the thread up and running without overhead 
> requirements like setting up a mailbox?
> 
> Jonathon McKitrick
> --
> 'Java is a fine language, for low values of fine.'
> 

Hi Jonathon,

sorry, I don't really understand the question. You don't have to
set up a mailbox, this is done behind the scenes. I usually just
use mp:process-run-function. What is the point?

Andreas




Updated at: 2020-12-10 08:44 UTC