Sha256: 582890c055639309654f30d30a99a1258d20b245a5c653938db556cf54b769bd

Contents?: true

Size: 1.25 KB

Versions: 5

Compression:

Stored size: 1.25 KB

Contents

DaemonKit TODO List
===================

This is purely a drop in the bucket of what has to come...

* [IN PROGRESS] Error handling to the degree Rails does
* Easy configuration of an ORM of choice, including patching it if needed (ActiveRecord *cough*)
* Improved generators for creating skeleton daemons:
  * Evented jabber bot
  * Empty periodic event loop
  * Empty periodic loop (non-evented)
  * Queue (SQS, AMQP, etc) pollers
* Rake tasks for generating:
  * Sys-V style init scripts
* Support for dropping privileges
* Support for chroot'ing
* Improved and cleaned up logging, support logrotating (via HUP)
* Plenty of docs, seriously a lot of docs
* Specs & features, tons of them too
* Integration tests for the specific daemons
* Some level of thread safety, or mechanisms to ease thread safety
* Built in utilities:
  * Thread pool for 1.8
  * Fibre pool for 1.9
  * Some activesupport-esque functions until activesupport 3.0 hits the streets
* DRY up the following:
  * Loading configuration files for the daemons
* Altering process names (fully and temporary appending)
* bleak_house support
* Support for tweaking REE environment variables prior to launch (bash wrapper)
* Clustering support (run multiple workers out of same project)

* DON'T FORGET 1.9 SUPPORT

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
kennethkalmer-daemon-kit-0.1.7.3 TODO.txt
kennethkalmer-daemon-kit-0.1.7.4 TODO.txt
kennethkalmer-daemon-kit-0.1.7.5 TODO.txt
daemon-kit-0.1.7.4 TODO.txt
daemon-kit-0.1.7.5 TODO.txt