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
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to