I wish to create a background process and I have been told these are usually written in C or something of that sort. I have recently found out PHP can be used to create a da
One problem with properly daemonizing a PHP script is that PHP doesn't have interfaces to the dup() or dup2() syscalls, which are needed for detaching the file descriptors.