We using Flask-SQLAlchemy extension, and we try first using pgpool &
pgbouncer for postgresql cluster.

in settings:
SQLALCHEMY_POOL_SIZE = 50
SQLALCHEMY_POOL_TIMEOUT = 60

If we turn on pgpool we get errors:
ProcessFrontendResponse: failed to read kind from frontend. frontend
abnormally exited

Maybe we need forcibly close connection to postgresql after each
request?

If I understood sqlalchemy using their pool to postgresql and using
existied connections to postgresql and not reopen it before each
request?

Anyon encountered this problem?




Thanks!














-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to