Fwd:

2013-01-15 Thread Ben Rockefeller
http://www.otticadibella.it/gkwbcm.php

Threads and signals in a module

2012-02-28 Thread Ben Rockefeller
Hello, I have a module which creates a thread using pthread_create and then registers for SIGRTMIN+4 signal from another process. Problem is I do not see a signal callback when the signal is sent to me. I only see it when I try to kill apache where just before dying it hits the signal callback.