README in raemon-0.2.1 vs README in raemon-0.2.2
- old
+ new
@@ -1,17 +1,22 @@
Raemon
======
Raemon is a Ruby framework for building daemons. It's designed for writing
master/worker pre-forking servers running on UNIX. The library has been
-tested on both 1.8.7 and 1.9.1 and carries no dependencies outside of the
+tested on both 1.8.7 and 1.9.2 and carries no dependencies outside of the
Ruby core. More to come.
By: Peter Kieltyka
-Copyright (c) 2007-2009 NuLayer Inc. All rights reserved.
+Copyright (c) 2007-2010 NuLayer Inc. All rights reserved.
+Acknowledgements:
+Lots of code/ideas borrowed from the Unicorn project by Eric Wong to implement
+signals, workers, and the heartbeat.
+
+
Usage
=====
Raemon supports two modes of use: as a lightweight master/worker library
or as a full daemon server.
@@ -47,11 +52,11 @@
============
Via gemcutter:
$ gem install raemon
From source:
-$ git clone git://github.com/pkieltyka/raemon.git
+$ git clone git://github.com/nulayer/raemon.git
$ cd raemon && rake build
$ gem install pkg/raemon-X.X.X.gem
TODO
@@ -66,8 +71,9 @@
Thanks
======
Raemon was influenced by the following projects:
+unicorn - http://github.com/defunkt/unicorn
servolux - http://github.com/TwP/servolux
daemon_kit - http://github.com/kennethkalmer/daemon-kit
rails - http://github.com/rails/rails