[racket] Running into severe scaling issues with plt-web-server

From: Danny Yoo (dyoo at hashcollision.org)
Date: Wed Apr 10 19:58:00 EDT 2013

>> Would you be amendable to adding a #:max-waiting keyword argument to
>> serve/servlet to override the default backlog of 40 waiters?
>
> Definitely. I won't be able to add it until tomorrow though afternoon
> though... if you want to push before then.
>
>>  The
>> other calls into the web server provide a #:max-waiting parameter, and
>> I'm not sure I understand why it's absent from serve/servlet.
>
> It's absent because there's already 400 other keyword arguments :)


I should be good for now; I've done it manually by making my own dispatcher:

     https://github.com/bootstrapworld/wescheme-compiler2012/blob/master/compiler-service.rkt#l470-486


I'll watch and see if this helps out with the 503 tomorrow.

Posted on the users mailing list.