about summary refs log tree commit homepage
path: root/lib/rainbows/revactor/proxy.rb
DateCommit message (Collapse)
2015-11-24fix broken constant lookups in unmaintained bits
In case Revactor starts being maintained again... (heck, it was probably the reason I started Rainbows! in the first place...) Our ReverseProxy stuff was never complete nor marketed; and probably not worth keeping around at all.
2011-02-06kill some unnecessary &block usage
We were needlessly allocating objects even when using yield.
2010-07-29revactor: Actor-aware dev_fd_response proxying
Proxying regular Ruby IO objects while Revactor is in use is highly suboptimal, so proxy it with an Actor-aware wrapper for better scheduling.