ldilley / rubircd

:speech_balloon: An IRC server written in Ruby
http://www.dilley.me/rubircd
GNU General Public License v3.0
22 stars 4 forks source link

Add select() support #11

Closed ldilley closed 9 years ago

ldilley commented 9 years ago

Add select() as an event-driven alternative to the threaded I/O currently being used. This method will likely perform better on CRuby/MRI.