Optime Daemon Framework Version 0.1 Aims: This framework has build in OptimeDev for simplify unix daemon building process. Features: - Daemon | SMP Daemon (Symmetric Multiprocessing). - Configuration tools (config file | db config | native config(binary)). - Pooling tools. - Cluster subsystem. * The slave nodes send regular reports to the master about their current load. * Queries can be sent to the master to determine which node will have the least load. * If the master node fails, the entire pool will exit. - Cluster log collector. - Tools for building. - Tools for releasing. - Easy integration new API modules. - Newtwork subsystem (tcp, udp). - Statistical subsystem. - DB drivers (postgresql, riak, couchbase, memcached, memcachedb). - DB Pooling tools. - Easy versioning tools. - Easy pooling any submoduls. - Ports and drivers via socket. OS: - *linux - *bsd Build: make Clean: make clean Release: make release v=0.1.0 Dev Start: ./start.sh Dev start for release: make start-release v=0.1.0 m=console