espace / neverblock forked from oldmoe/neverblock
- Source
- Commits
- Network (6)
- Issues (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | Wed Aug 13 06:36:44 -0700 2008 | |
| |
Rakefile | Mon Sep 22 07:24:22 -0700 2008 | |
| |
lib/ | Wed Feb 11 15:35:52 -0800 2009 | |
| |
neverblock.gemspec | Wed Feb 11 15:35:52 -0800 2009 | |
| |
spec/ | Tue Sep 23 07:40:31 -0700 2008 | |
| |
tasks/ | Mon Sep 22 07:24:22 -0700 2008 | |
| |
test/ | Thu Sep 11 03:44:42 -0700 2008 |
README
== NeverBlock Never, ever! NeverBlock is a collection of classes and modules that help you write evented non-blocking applications in a seemingly blocking mannner. NeverBlock currently provides the following Libraries: === FiberExtensions A set of extenstions to the standard Fiber implementation === NeverBlock::Pool::FiberPool A pool of fibers that can be used to provide an upper limit to the numbers of active fibers in an application === NeverBlock::Pool::FiberedConnectionPool A generic fibered connection pool for all sorts of connections with support for transactions. This was mostly copied from Sequel::ConnectionPool NeverBlock should be the basis for providing completely async Ruby application development that does not require the usual twisted style of evented programming. For example, you will be able to develop in Rails in the usual style and deploy to a NeverBlock server which will do all the IO in an evented manner without you even noticing this. === License Ruby License, http://www.ruby-lang.org/en/LICENSE.txt.
