Project

neverblock

0.0
No commit activity in last 3 years
No release in over 3 years
NeverBlock is a collection of classes and modules that help you write evented non-blocking applications in a seemingly blocking mannner.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.12.2
 Project Readme
=== Updates from conickal
Fixes issues brought up with Rails > 2.3.4 and EventMachine > 0.12.10

== 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.