Protects your Server against SIGS and unplanned exceptions
Go to file
Denis Knauf 8877341fde Stable 2010-03-02 14:12:01 +01:00
lib Stable 2010-03-02 14:12:01 +01:00
AUTHOR first 2010-03-02 11:40:06 +01:00
LICENSE first 2010-03-02 11:40:06 +01:00
README.md README: Usage 2010-03-02 11:43:51 +01:00
Rakefile nothing 2010-03-02 11:41:56 +01:00
VERSION first 2010-03-02 11:40:06 +01:00
robustserver.gemspec gemspec added 2010-03-02 12:52:39 +01:00

README.md

Usage

class MyServer < RobustServer
	def run
		# something to do...
	end
end

MyServer.new.main