Unicorn is the most used multiprocess server framework implemented in ruby. But it doesn't work on Windows unfortunately.
Serverengine is a robust multiprocess server implemented in ruby and it works on windows now. This is the first multiprocess server with ruby which can work on windows.
I'll talk about what only ruby can do and my original effort for realizing a robust multiprocess server for restricted environment.
And in the end, I'll introduce real demos on windows.