On Tuesday, September 5, 2017 at 3:17:38 AM UTC-7, Piyush Katariya wrote:
> Wow.  ~7K looks like good number.
> 
> Is it common practice to spawn Thread for each request ? Is it that cheap 
> from resource point of view ? can ThreadPool could be of some help here ?

Racket threads are not OS threads. They're "green threads" and are 
cooperatively scheduled by the Racket runtime. They're very cheap to create, 
even with a short life span.

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to