Thanks for the clarification.

On 03-Sep-2017 12:31 AM, "George Neuner" <gneun...@comcast.net> wrote:

>
> On 9/2/2017 1:46 PM, Piyush Katariya wrote:
>
>> Does Racket app make use of all CPU cores by having multiple processes ?
>>
>
> If it is written to use "places", which are parallel instances of the
> Racket VM that run on separate kernel threads.
> https://docs.racket-lang.org/guide/parallelism.html?q=place#
> %28tech._place%29
>
> What Racket calls "threads" are "green" [user space] multiplexed on a
> single kernel thread.
> https://en.wikipedia.org/wiki/Green_threads
>
> 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