The Racket web server does not make use of multiple CPU cores, but with
stateless continuations you can run multiple instances behind a reverse
proxy. See
https://groups.google.com/d/topic/racket-users/TC4JJnZo1U8/discussion ("it
is exactly node.js without callbacks").

-Philip

On Sat, Sep 2, 2017 at 12:46 PM, Piyush Katariya <corporate.piy...@gmail.com
> wrote:

> Just curious ...
>
> Does Racket app make use of all CPU cores by having multiple processes ?
>
> In go app, there isnt any need to becoz golang runtime uses all CPU
> avialble by default. So is the case with JVM and Erlang VM
>
> --
> 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.
>

-- 
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