
v0.39: Grademe is back in your terminal.
Try the CLI betaCount the worker slots a trickling client is still holding open.
June 2009. Robert Hansen publishes Slowloris, which floods nothing and still empties a web server: it opens a few hundred sockets and dribbles one header byte down each, often enough that the idle timer never fires. Apache holds every one of those workers open, waiting politely for a request that never finishes, until there is no worker left for a real visitor. A laptop can do it. Count the sockets still being held.
held({0,5,-1,9,10,-1}, 6, 10)Expected result
3For your own tracking. Tests grade your code.
held({-1,-1,-1,-1}, 4, 30)Expected result
0Expected files
slots.cAllowed functions
None. Write every helper yourself.
