Any documentation about Python daemons?

Filipe cepticismo at yahoo.com
Sun Mar 4 00:43:46 EST 2001


Take a look at the following:

Socket Programming HOWTO
http://www.python.org/doc/howto/sockets/sockets.html

Filipe



--- gradha at iname.com wrote:
> Hello.
> 
> I would like to write now a program which acts as a server on the
> same
> machine for other clients in a Linux environment, something in the
> spirit
> of chronyd, if you know the program.
> 
> However, I am new both to Python and process' intercommunication.
> Could
> you suggest me ways of doing this and/or point me to documentation
> explaining such communication methods? I first thought about nice
> pipes,
> but then I realized that the server program should be running always,
> not
> being allowed to fork, and clients could mantain multiple
> communication
> channels at the same time (ej: daemon + 2 clients). How could I do
> this?
> 
> -- 
> 
>  Grzegorz Adam Hankiewicz   gradha at iname.com -
> http://gradha.infierno.org
>  Other web pages:  http://glub.ehu.es/  - 
> http://welcome.to/gogosoftware/
> -- 
> http://mail.python.org/mailman/listinfo/python-list


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




More information about the Python-list mailing list