Difference between revisions of "Ruby"
From Hack Sphere Labs Wiki
(→=Notes) |
(→Notes) |
||
Line 19: | Line 19: | ||
=Notes= | =Notes= | ||
+ | *Parse Reddit: http://joshrendek.com/2012/08/writing-dependable-ruby-and-a-reddit-cli/ | ||
*http://ruby.railstutorial.org/ruby-on-rails-tutorial-book | *http://ruby.railstutorial.org/ruby-on-rails-tutorial-book | ||
*https://en.wikipedia.org/wiki/Polling_%28computer_science%29 | *https://en.wikipedia.org/wiki/Polling_%28computer_science%29 |
Latest revision as of 15:02, 12 June 2013
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