I\'m trying to create a PHP daemon that connects to an IMAP server and processes emails as they come in.I have it close to working, but the daemon keeps grabbing the original emails that it finds the
I have a TCPclient written on Ruby. I want to use it in background. Currently it has a loop: loop d开发者_Go百科o
I am dealing with a network-related daemon: it takes data in, processes it, and spits it out.I would like to increase the performance of this daemon by profiling it and reducing it\'s CPU utilization.
I get the following error when trying to start a daemon using Ubuntu 10.04 and the PHP5: PHP Warning: PHP Startup: Unable to load dynamic library \'usr/lib/php5/20060613/pcntl.so\' - /usr/lib开发者_
I have a daemon (written in C, but I assume it does not really matter) which outputs messages with printf, and can get input and do stuff with this input (again, not really important what, but he send
I am looking to create an incoming email daemon switchboard that I can integrate with various remote php/mysql apps. Ideally I want to check the \'to\' address to see if it is in a mysql database and
I have to call several (> 10) .exe command line programs in the background. Creating a Windows Services doesn\'t sound v开发者_Go百科ery appealling in this context - c\'mon, that\'s a bit overpowered
I have daemon script written in Perl that checks a database tables for rows, pulls them in one by one, sends the contents via HTTP post to another service, then logs the result and repeats (only a sin
I\'m using rails 2.3.2 and when I run开发者_开发知识库 script/server -d, the only output I get is
I am deploying a little service to an UNIX(AIX) system. I want to check if there is no active instance of that service running when starting it. How reliable is to implement that check like this?