1.
Reliable Ruby timeouts with SystemTimer: Do not trust timeout.rb ... May 30, 2008 ... In particular, it is guaranteed to not work when you are issuing system calls that can cause your Ruby process to sleep for a period of time ...
2.
Introduction to UNIX Signals and System Calls Dec 14, 2007 ... It is worthwhile to get familiar with the most common UNIX System Calls as they constitute the interface to the core of the operating system ...
3.
Selenium Remote Control and Selenium Grid Receive Top-Notch Safari ... Mar 4, 2009 ... Dan Fabulich integrated a new Safari launcher in Selenium Remote Control. This is big news for Selenium and Selenium Grid users since this ...
4.
Effortless Thread Dump for Ruby: Dump the stack trace of <em>all ... Dec 8, 2008 ... The standard Ruby VM only gives you access to the stack trace of ... A more realistic thread dump from a Rails application would look like: ...
5.
Introduction to UNIX Signals and System Calls Dec 14, 2007 ... Easy introduction to UNIX signals, system calls and operating ... The Kernel can read and modify the data of the calling process as it has ...
6.
Introduction to UNIX Signals and System Calls Dec 14, 2007 ... Easy introduction to UNIX signals, system calls and operating ... signal to the process every time a timer expires (e.g. every 10 seconds). ...
7.
Introduction to UNIX Signals and System Calls Dec 14, 2007 ... Easy introduction to UNIX signals, system calls and operating system fundamental mechanisms for readers that are not experts in UNIX ...
8.
Introduction to UNIX Signals and System Calls Dec 14, 2007 ... Easy introduction to UNIX signals, system calls and operating system fundamental mechanisms for readers that are not experts in UNIX ...
9.
Effortless Thread Dump for Ruby: Dump the stack trace of <em>all ... Dec 8, 2008 ... The standard Ruby VM only gives you access to the stack trace of the current thread. This restriction can be frustrating when investigating ...
10.
Reliable Ruby timeouts with SystemTimer: Do not trust timeout.rb ... May 30, 2008 ... timeout.rb, the library used by Ruby to ensure timeouts, is not 100% reliable. This article explains why, and how to use the System Timer ...
|