[racket] just a question of curiosity about thread
Hello
this is only for curiosity, and may be this is naive or stupid
If I well understand current Racket have both *Place* as a system thread
taking care of multi cores and *Thread* as a kind of green threads for
concurrency but limited to one core (correct me if I mistake).
so questions are:
Why aren't *Thread* distributed on a pool of *Place* like Erlang do for
it's own *Process* (for scalability) ?
Is there a technical reason for that ?
Is it difficult to do ?
Are the Thread Mailboxes able to send/receive (immutable) messages across
Places ?
Thanks for your clarification
Yvan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20150320/cd34e67d/attachment.html>