-
-
monstar.rb
... app, the previous one must be terminated. Threads behaviour was problematic because of the thread tree termination in time. This is well done, in a safe mode, with Process::kill(signal, pid) and Process::wait ...
-
libmikmod
... for various
system-dependent variables used during the build process, and will
create appropriate Makefiles for proper compilation. ... form:
../configure --disable-threads
will configure for a non thread-safe version of libmikmod.
The --enable-shared and ...
-
autumn
... You can set the `SEASON` environment variable to override the
season.
Thread Safety
-------------
Autumn is a multi-threaded IRC client. When a message is received, a new thread
is spawned to process the message. In this thread, the ...
-
stb_sbox
... own personal use. It has not
undergone a thorough QA process, nor even an appropriate
amount of programmer-testing.
Notably ... sboxwrit to generate nested sbox files.
sboxread and sboxwrit are thread-safe if multiple threads don't operate
on the ...
-
multi_db
... ::Base.connection_proxy.
* This version is the first attempt for thread-safety of this gem. There might
still be some ... 's not possible to toggle this mode in a running process, as the dynamically
generated methods will have the initially defined ...
-
factor
... can take a while, depending on your system. When the process
completes, a 'factor.image' file will be generated. Note ... with one of
the following two commands:
ui
[ ui ] in-thread
The latter keeps the terminal listener running.
* Running Factor ...
-
aqtoolkit
... is a singleton used to manage a single download thread. Its only useful public function is @+cancelPendingTransfers@, which can ... a new folder named the same as the current process (i.e. NSTemporaryDirectory()/app_name/temp_file)
# Create a randomly-named ...
-
xray
... when things stop making sense. XRay includes:
* DTrace tooling
* A thread dump utility that can dump the stack trace
of _all_ ... .
You can trigger a thread dump at any time with
kill -QUIT process>
For instance you were ...
-
autobench
... -threaded+ sbcl (:mode (:arch :emulated-x86 :features (:sb-thread)))
:build-p (every-nth-revision 4))
;;; implementations that ... into
customize-target-features.lisp during the build process.
Finally, `build-p` is a function that is ...
-
rails-status-handler
... is a multi-threaded web server, but due to a lack of thread safety in many of Rails' sub-systems, the Rails handler that ... dispatcher in a mutex. This means the Rails handler may only process one Rails request at a time. Any requests that arrive while ...
-