blog comments 0 del.icio.us bookmarks 0 diggs 0 Google results 0

1.0
PostRank

NeverBlock: Fast, Non-Blocking IO In Ruby Without Changing Program Flow

Ruby Inside From Ruby Inside, 2 months ago, 0 views

neverblock.pngNeverBlock is a Ruby (1.9) library developed by eSpace - an Egyptian Web 2.0 development team - that could make your life a whole lot easier if you have to deal with blocking IO operations that hold up all your Ruby threads.

NeverBlock makes it easy to get the benefits of non-blocking IO (IO operations that aren't held up by mutexes) in your Ruby apps without having to take the usual route of redesigning your app to be event-based. You get all…

comments

No comments yet.

You must be logged in to add your own comment.