C# does not know signaling
Currently I’m trying to code a new part of a project for my company called petliADMIN. It consists of two parts. A webapplication written in PHP which controls a C# based daemon running on the nodes which petliADMIN is about to administrate. The result of the project is something linke Webmin but with a node system with no need for an webserver on all nodes.
Now I’m encoutering a HUGE problem. It seems that C# does not know how to handle signals produced by the linux system it’s running on. I planned to run the application under Daniel J. Bernsteins’ daemontools which are running on serveral servers of mine. Now I have to figure out how to emulate signaling in C#….