Ruby
From Hack Sphere Labs Wiki
Forking and Threading
- General information: http://www.geekride.com/fork-forking-vs-threading-thread-linux-kernel/
Threading
- http://jessewolgamott.com/blog/2013/02/07/the-one-where-i-introduce-celluloid-pmap/
- Celluloid::IO
- Threads in JRuby: http://jruby.org/
Notes
- Socket Poller Ruby: http://zguide.zeromq.org/rb:mspoller
- Reading multiple sockets: http://stackoverflow.com/questions/15990429/ruby-reading-from-multiple-sockets-irc-bot
- Threading Tut: http://www.tutorialspoint.com/ruby/ruby_multithreading.htm
Event Driven
Max Sockets