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

README.md

Usage

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

MyServer.new.main