Protects your Server against SIGS and unplanned exceptions
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Denis Knauf 92060db994 More readable description for RobusServer-class. 1 year ago
lib More readable description for RobusServer-class. 1 year ago
.gitignore ignore pkg and vi-tempfiles 10 years ago
AUTHORS little changes: metafiles 13 years ago
Gemfile Gemfile and gemspec generated 10 years ago
Gemfile.lock Gemfile and gemspec generated 10 years ago
LICENSE first 13 years ago
README.md README: Usage 13 years ago
Rakefile Rakefile updated. 10 years ago
VERSION Version bump to 0.0.3 10 years ago
robustserver.gemspec Regenerate gemspec for version 0.0.3 10 years ago

README.md

Usage

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

MyServer.new.main