Tagged Questions
0
votes
2answers
63 views
php code that checks and run process
there is a process that always terminate abrutply, and is there anyway to monitor it? i dont want to end up manually typing "service named start" or service anyprocess start". i need a php script that ...
0
votes
3answers
547 views
Infinite loop in FreeBSD
I have a script that constantly segfaults - the problem that I can't solve as segfault is in python libxml bindings - didn't write those. Ok, so in Linux I used to run an inf.loop so that when script ...