Re: [systemd-devel] systemd and RTAI not getting along

2013-01-23 Thread JB
Lennart Poettering wrote: On Tue, 22.01.13 02:33, JB (gene...@itpsg.com) wrote: Subsequent starts and stops of the application of course do not change those process ID and kernel threads because, I can only assume, they are reused. A kill -9 as root will not even kill them. The problem I hav

Re: [systemd-devel] systemd and RTAI not getting along

2013-01-22 Thread Lennart Poettering
On Tue, 22.01.13 02:33, JB (gene...@itpsg.com) wrote: > > Subsequent starts and stops of the application of course do not > change those process ID and kernel threads because, I can only > assume, they are reused. A kill -9 as root will not even kill them. > The problem I have is that system shu

[systemd-devel] systemd and RTAI not getting along

2013-01-22 Thread JB
Hello again, I've worked around ruby's daemonize implementation by rewriting the app to be of type simple. However, now I'm seeing the long delay on stop after the application it executes has run once. The application is a real time app utilizing RTAI. The real time application is started