Top "Daemon" questions

A daemon is a process or program that runs in the background (i.e. requiring no user interaction).

Deploy node app with http-server and forever

I want to use http-server and forever.js to deploy my app to remote ubuntu server. But forever.js requires …

node.js ubuntu daemon httpserver
How to set up Beanstalkd with PHP

Recently I've been researching the use of Beanstalkd with PHP. I've learned quite a bit but have a few questions …

php bash message-queue daemon beanstalkd
Check what a running process is doing: print stack trace of an uninstrumented Python program

Is there a way on Linux to check what a running Python daemon process is doing? That is, without instrumenting …

python debugging process daemon stack-trace
ubuntu: start (upstart) second instance of mongodb

the standard upstart script that comes with mongodb works fine: # Ubuntu upstart file at /etc/init/mongodb.conf limit nofile 20000 20000 …

linux mongodb ubuntu daemon upstart
Emacs: GUI with emacs --daemon not loading fonts correctly

I set up an emacs --daemon in order to startup emacs faster. I like especially the GUI version of emacs, …

emacs fonts daemon
How do I run PHP's built-in web server in the background?

I've written a PHP CLI script that executes on a Continuous Integration environment. One of the things it does is …

php protractor daemon php-5.4
Unable to start Sphinx searchd daemon due to already running searchd process, and it restarts just after killing it

When I try to start searchd, it gives the following error. bind() failed on 0.0.0.0, retrying... FATAL: bind() failed on 0.0.0.0: Illegal …

sphinx daemon ubuntu-11.10
C Syslog.h not writing the log

Hi there Stackoverflow hackers! I have a very minor case of serious problem, or misunderstanding between me, and the C …

c linux daemon archlinux
PHP Daemon/worker environment

Problem: I want to implement several php-worker processes who are listening on a MQ-server queue for asynchronous jobs. The problem …

php parallel-processing daemon rabbitmq process-control
Choosing and deploying a comet server

I want to push data to the browser over HTTP without killing my django/python application. I decided to use …

python django comet daemon