pda / sequement
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
98e0491
commit 98e049196865ff868a5b58fdae00add040c9796b
tree 373700101412c3e63a8990013c9719b8556ab5c3
parent 4966ef62a25fbbd009029cdfde72a08458cd5ad4
tree 373700101412c3e63a8990013c9719b8556ab5c3
parent 4966ef62a25fbbd009029cdfde72a08458cd5ad4
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
run.rb | ||
| |
sequement.rb | ||
| |
sequement/ | ||
| |
spec/ |
README
Sequement ========= A light-weight sequence server daemon in Ruby. A master process sets up a listening socket, and forks child processes to accept connections. Inbound connections send commands parsed by the child process, which communicates back to the master using pipes for IPC. Persistence will be asynchronous, with blocks of sequences reserved in advance such that crashing will result in request gaps rather than re-use.

