ANNOUNCE: zc.wsgirunner, a simpler container for paste.deploy-defined WSGI applications.

Jim Fulton <[email protected]> Wed, 16 Apr 2014 07:32:20 -0400
Newsgroups gmane.comp.python.web
Message-ID <CAPDm-Fh0Ry+OaeC8MEGuFVEZANvQ23z+VKJctGHYaw__6ozbmw@mail.gmail.com>
We recently ported Bobo to Python 3.  We typically deployed Bobo apps
using paste.script, but it hasn't been ported to Python 3 yet.

To facilitate using WSGI apps under Python 3, I created zc.wsgirunner,
which which is a replacement for paste.script for running WSGI
applications that are assembled using past.deploy.

  https://pypi.python.org/pypi/zc.wsgirunner

It works much the same way as paste.script/paste.deploy, but:

- Works with Python 2 and 3.

- Provides a process configuration mechanism.

- Provides logging configuration.

- Calls sys.setcheckinterval(1000), which is fairly important for performance
  older versions of Python (<3.2) on multi-processor machines.

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
_______________________________________________
Web-SIG mailing list
[email protected]
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: https://mail.python.org/mailman/options/web-sig/gcpw-web-sig%40m.gmane.org