On 5/21/2018 10:31 AM, Piyush Katariya wrote:
Will Racket 7 support utilizing multi-core CPUs in one process instance ?

Sort of.  The Racket VM implements userspace threads on a single core.  However a single OS process can host multiple instances of the VM which can communicate with each other by message passing.

See "places":
https://docs.racket-lang.org/guide/parallelism.html?q=places#%28part._effective-places%29
    https://docs.racket-lang.org/reference/places.html?q=places
https://docs.racket-lang.org/guide/parallelism.html?q=places#%28part._distributed-places%29
https://docs.racket-lang.org/distributed-places/index.html?q=places

George

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to