[Zope-dev] pytzhon-daemon (was Re: zdaemon is alpha?)

Tres Seaver tseaver at palladion.com
Tue Apr 7 09:16:48 EDT 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jens W. Klein wrote:
> Just curious, are there plans to use python-daemon as the base?
> http://pypi.python.org/pypi/python-daemon/
> 
> It implements PEP 3143 http://www.python.org/dev/peps/pep-3143/ and I'am 
> sure if theres something missing, Ben Finney (the author) will listen and 
> is happy to discuss the issues.

The PEP[1] notes the following about 'zdaemon':

 The zdaemon tool [zdaemon] was written for the Zope project. Like
 [slack-daemon], it differs from this specification because it is used
 to run another program as a daemon process.

In particular, that is what makes the 'zopectl' / 'zeoctl' bit feasible;
 the 'runzope' / 'runzeo' commands get run in a daemonized environment.
 The "controller" process has a different lifetime than the actual
daemon, with the two communicating over a private socket.

For the appserver, I imagine that we will move to a WSGI-based
deployment model, leaving any Zope-specific server implementation
behing.  If you wanted to experiment with Ben's library, I would
therefore focus on the ZEO server.


[1] http://www.python.org/dev/peps/pep-3143/


Tres.
- --
===================================================================
Tres Seaver          +1 540-429-0999          tseaver at palladion.com
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ21JA+gerLs4ltQ4RAl2lAJ9QRO2mzhK0Y3F16LMpT2Z72zjwcwCgvAnP
RwrkAz5mvnOvtGwHzPhdUKw=
=xFzo
-----END PGP SIGNATURE-----



More information about the Zope-Dev mailing list