Fibur gives you full concurrency during your I/O calls in Ruby 1.9
1–10 of 24 posts
Re: Fibur gives you full concurrency during your I/O calls in Ruby 1.9
#2Do note, as is mentioned in the comment Thread for the gist, that Fibur is also fully Ruby 1.8 compatible...
Re: Fibur gives you full concurrency during your I/O calls in Ruby 1.9
#3Would this be useful for environments where extreme performance is necessary, such as Fibonacci API servers?
Re: Fibur gives you full concurrency during your I/O calls in Ruby 1.9
#4[deleted]
Re: Fibur gives you full concurrency during your I/O calls in Ruby 1.9
#5Would this be useful for environments where extreme performance is necessary, such as Fibonacci API servers?
Only if you're reading Fibonacci numbers from an I/O. Fibur only allows concurrency while doing I/O operations.
Re: Fibur gives you full concurrency during your I/O calls in Ruby 1.9
#6These things are usually hard to implement, but Aaron has put his mastery on the table, very clean and well-written code.
Re: Fibur gives you full concurrency during your I/O calls in Ruby 1.9
#7[deleted]
Re: Fibur gives you full concurrency during your I/O calls in Ruby 1.9
#8Needs rack-fibur_pool
Re: Fibur gives you full concurrency during your I/O calls in Ruby 1.9
#9This changes everything. Looking forward for Ilya Grigorik's writeup on the features and possible uses for this library.
Re: Fibur gives you full concurrency during your I/O calls in Ruby 1.9
#10Do note, as is mentioned in the comment Thread for the gist, that Fibur is also fully Ruby 1.8 compatible...
[deleted]