Protects your Server against SIGS and unplanned exceptions
- Ruby 100%
| lib | ||
| .gitignore | ||
| AUTHORS | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE | ||
| Rakefile | ||
| README.md | ||
| robustserver.gemspec | ||
| VERSION | ||
Usage
class MyServer < RobustServer
def run
# something to do...
end
end
MyServer.new.main