about summary refs log tree commit homepage
DateCommit message (Expand)
2009-12-08EventMachineDefer: preliminary (and) broken version
2009-12-08RevThread*: move warning message to a saner place
2009-12-08NeverBlock: resync with recent our EM-related expansion
2009-12-06EventMachine: allow usage as a base class
2009-12-05ev_core: no need to explicitly close TmpIOs
2009-12-05larger thread pool default sizes ({Rev,}ThreadPool)
2009-12-05move "async.callback" constant to EvCore
2009-12-04do not log IOError raised during app processing
2009-12-04rainbows.1: update headers
2009-12-04rev: do not initialize a Rev::Loop in master process
2009-12-02add RevThreadPool to README
2009-12-02Rainbows! 0.8.0 v0.8.0
2009-12-02Update TODO
2009-12-02add RevThreadPool concurrency model
2009-12-01more consistent code for worker timeout/exits
2009-12-01revactor: avoid unbounded memory growth :x
2009-11-30ThreadPool: no need to exit!
2009-11-29Rainbows! 0.7.0 v0.7.0
2009-11-29bin/rainbows: do not expand paths given by shell
2009-11-29rev/core: don't set IOBuffer.default_node_size
2009-11-29update gem dependency recommendations
2009-11-29event_machine: small noise reduction cleanup
2009-11-29doc: add NeverBlock to comparison and README
2009-11-29doc: nuke *.rbc files when generating docs
2009-11-29preliminary NeverBlock support with EventMachine
2009-11-29Allow options to be added to "use"
2009-11-29refactor threaded models to use blocking accept() if possible
2009-11-29doc: add ActorSpawn to comparison
2009-11-29ActorSpawn sets rack.multithreaded :(
2009-11-28GNUmakefile: capitalize externally settable variables
2009-11-28tests: more stringent error checking in logs
2009-11-28tests: +x broken app test, fix config file setup
2009-11-28always set FD_CLOEXEC if available
2009-11-28common Rainbows.accept method
2009-11-28rev/core: fix stupid syntax error :<
2009-11-28actor_spawn: basically ThreadSpawn with Actors for now...
2009-11-27preliminary ActorSpawn model for Rubinius
2009-11-27doc/comparison: apparently Rubinius doesn't do Fibers
2009-11-27thread_spawn: fix up stupidly complicated loop
2009-11-27rev/core: set IO::Buffer.default_node_size if possible
2009-11-27README: switch rubyforge.org git links to repo.or.cz
2009-11-27More documentation tweaks for the release
2009-11-27rev_thread_spawn: more 1.8 notes
2009-11-27local.mk.sample: respecting RUBYLIB breaks "full-test"
2009-11-27tests: fix bugs with dash in GNUmakefile
2009-11-27tests: no need to limit t9000 in multiple places
2009-11-26RevThreadSpawn: hope for 1.8 performance
2009-11-26tests: enable AppPool test for Revactor and Fiber*
2009-11-26Fiber::Queue documentation
2009-11-26split Fiber::Base into its own file