This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Mon Jul 27 06:12:44 -0700 2009 | |
| |
Rakefile | Mon Jul 27 06:12:44 -0700 2009 | |
| |
lib/ | Wed Jul 29 07:25:20 -0700 2009 | |
| |
neverblock.gemspec | Mon Jul 27 06:14:44 -0700 2009 | |
| |
tasks/ | Mon Jul 27 06:14:07 -0700 2009 | |
| |
test/ | Mon Jul 27 06:14:44 -0700 2009 |
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.







