Protects your Server against SIGS and unplanned exceptions
Find a file
2010-03-03 17:04:19 +01:00
lib Default value fuer max=10 or range=10, if it will be nil. 2010-03-03 17:04:19 +01:00
AUTHOR first 2010-03-02 11:40:06 +01:00
LICENSE first 2010-03-02 11:40:06 +01:00
Rakefile nothing 2010-03-02 11:41:56 +01:00
README.md README: Usage 2010-03-02 11:43:51 +01:00
robustserver.gemspec gemspec added 2010-03-02 12:52:39 +01:00
VERSION first 2010-03-02 11:40:06 +01:00

Usage

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

MyServer.new.main