Nils Emil P. Larsen <[EMAIL PROTECTED]> wrote: > >Hello > >I'm building a daemon in Python. It will measure and control some >physical devices on a serial bus. Since it is a daemon, it will never >terminate and I can't interfere with the regulation of the devices by >using command line parameters. I want to control the regulation by >using a Internet browser. > >What is the easiest way to make my threaded Python daemon communicate >with a PHP-script running from Apache2 on localhost?
Python is perfectly capable of generating HTML. You don't have to demean yourself by working in PHP. Sockets and pipe files are common methods of communicating with a daemon. -- - Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list