-
### Steps to reproduce the problem
Listen to music, shut down DeadBeef
### What's going on? Describe the problem in as much detail as possible.
It sometimes persists as an unkillable zombie. …
-
I'm trying to build a daemon that accepts the number of processes to spawn as an argument.
Here's the runner:
```
#!/usr/bin/env ruby
require 'daemons'
Daemons.run(
'./script/startup/j…
-
Test::Harness::Runner::Job sets up environment variables for the jobs it will run. Among these, it sets TMPDIR to `$self->tmp_dir`. That's computed from this:
```perl
File::Temp::tempdir("XXXXXX…
-
Currently, users who try `profile(parallel = "snow")` or `confint(parallel = "snow")` may not get useful results. Worker processes spawned by `makePSOCKcluster` must load the `glmmTMB` DLL before they…
-
```
The `kill()` method in the ShellCmd backend is currently broken. As
the following log snippet shows, it only tries to kill the single
process that it spawned (i.e., `/usr/bin/time ...`), while le…
-
Oftentimes when I'm using Windows Subsystem for Linux terminals, I run rxvt-unicode through Xming. It would be nice if I could start those Xming terminals with a ConEMU task and have them appear as t…
-
# Problem
PID re-use is common for both Windows and POSIX systems across:
1. Long periods of time
2. OS restarts
3. Lots of quickly spawned processes
Identifying a process uniquely across t…
-
Hi,
I have setup ruby-clock successfully in one project and am now ready to deploy it to a production environment - which, in my case, is an Apache Passenger webserver. I am using 'mina' for deploy…
-
The context is that I'm writing a [Clojure JeroMQ wrapper library](https://github.com/daveyarwood/ezzmq) and translating the zguide examples as I go.
When I translated the multi-threaded server exa…
-
Hi there.
I made a small script that first starts a thread that reads data from a `multiprocessing.Pipe`, then continuously spawns processes that write data to the other end of the pipe.
After som…