[Featureserver] Multiple simultaneous database connections on same layer; mod_python

Yves Moisan yves.moisan at boreal-is.com
Mon Aug 31 17:10:59 EDT 2009


> Hi All,
> 
> We're hitting an issue of "connection already closed" when two calls to
> the same FS layer are issued at the same time in a mod_python
> environment.  Googling around, I found the issue may be related to
> psycopg2 using a connection pool (not implementing connections in
> distinct threads).  
> 
> Or could it be a mod_python issue or a handler issue ?  Pointers
> appreciated.

Solution : use CGI :-(.

Self





More information about the Featureserver mailing list