On Tue, Sep 5, 2017 at 8:07 AM, dbohdan <[email protected]> wrote: > ====== > results/custom-many.txt:Requests per second: 6720.43 [#/sec] (mean) > results/custom-places.txt:Requests per second: 7095.99 [#/sec] (mean) > results/custom-single.txt:Requests per second: 7609.11 [#/sec] (mean) > ======
That is interesting too. The places version serves one request at a time on each place, so there's some parallelism but each place does its work serially. > As for "many-places", I was mistaken about it running out of file > descriptors. I accidentally tested "places" in its stead. As-is > (https://gitlab.com/dbohdan/racket-vs-the-world/blob/97dd7858aecab9af2a66ed687d12ce45adb4899d/apps/racket-custom/lipsum.rkt), > "many-places" does not send anything to incoming connections and never > closes them. I've just tested on Linux and OS X and I don't see that behavior. I'm quite confused. -- -=[ Jay McCarthy http://jeapostrophe.github.io ]=- -=[ Associate Professor PLT @ CS @ UMass Lowell ]=- -=[ Moses 1:33: And worlds without number have I created; ]=- -- 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.

