Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Ruby parallelism with request-based server apps probably works the same as other managed languages with single threaded runtimes (eg v8, Python) - you run multiple server processes. Requests are independent so its's an "embarassingly parallel" problem without need for communication between threads of execution.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: