From 06e23c67757d7673615f4dceead1a2bb4336fe51 Mon Sep 17 00:00:00 2001 From: Philippe Hanrigou Date: Tue, 22 Jul 2008 22:24:01 -0700 Subject: [PATCH 1/2] Added external links to README file --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index e1bf043..46b1fbb 100644 --- a/README +++ b/README @@ -5,6 +5,11 @@ solution to Ruby processes which hang beyond the time limit when accessing external resources. This is useful when timeout.rb, which relies on green threads, does not work consistently. +More background on: + +* http://ph7spot.com/articles/system_timer +* http://davidvollbracht.com/2008/6/2/30-days-of-teach-day-1-systemtimer + == Usage require 'systemtimer' @@ -58,6 +63,8 @@ in particular MySQL. This implementation is not intended to be drop-in replacement to timeout.rb, just a way to wrap sensitive call to system resources. +You can find more details on SystemTimer and how to use it +at http://ph7spot.com/articles/system_timer == License From ec57721604091cb49b50bb2e4204f0a201b3a415 Mon Sep 17 00:00:00 2001 From: Philippe Hanrigou Date: Thu, 2 Oct 2008 21:30:55 -0700 Subject: [PATCH 2/2] Adding a git ignore file --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a7502f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +ext/system_timer/Makefile +ext/system_timer/system_timer_native.bundle +ext/system_timer/system_timer_native.o +