it.comp.lang.python
  Home FAQ Contact Sign in
it.comp.lang.python only
 
Advanced search
December 2007
motuwethfrsasuw
     12 48
3456789 49
10111213141516 50
17181920212223 51
24252627282930 52
31       1
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
it.comp.lang.python Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  [ANN] mod_wsgi 0.0.5         


Author: Manlio Perillo
Date: Dec 3, 2007 11:50

Sono felice di annunciare il rilascio della versiong 0.0.5 di mod_wsgi
per nginx.

nginx mod_wsgi è una implementazione del PEP WSGI (http://www.python.org/
dev/peps/pep-0333/) per il web server Nginx (http://www.nginx.net)

Ecco il changelog (in inglese):
- Fixed a severe bug, caused by a wrong size declared for the
StateObject.

The value used was the size of the LogObject, and this was not
causing problems only because
sizeof(LogObject) > sizeof(StateObject).
- Replaced sys.stderr with a LogObject instance, so that WSGI
applications can use it for logging.
- Bug fix: sys.argv is not initialized for the main interpreter.

PySys_SetArgv is used for the initialization (it will add the
nginx executable path directory to sys.path).
- Removed the wsgi_python_path directive.

Use the PYTHON_PATH environment variable with the `env` directive,
instead.
- Added support for the `env` directive.
Show full article (1.35Kb)
no comments
  psycopg e zope         


Author: Ottavio Campana
Date: Dec 3, 2007 04:39

non so perché, ma oggi ho problemi a chiudere le connessioni da un
connettore zope.

Pigio su close connection, lui è convinto di essere chiudo ed invece la
connessione rimane attiva, tanto che i metodi funzionano.

Siete a conoscenza di bachi di psycopg o del connettore per zope?
no comments