Protects your Server against SIGS and unplanned exceptions
Go to file
Denis Knauf 899a1dd399 First comments for Retries and RobustServer. 2010-03-11 11:32:27 +01:00
lib First comments for Retries and RobustServer. 2010-03-11 11:32:27 +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 Version 0.0.1. Only changes for gemcutter 2010-03-11 00:23:20 +01:00
VERSION Version 0.0.1. Only changes for gemcutter 2010-03-11 00:23:20 +01:00

README.md

Usage

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

MyServer.new.main