Y
Hacker News
new
|
ask
|
show
|
jobs
by
irahul
4823 days ago
What are your using for db access? If you are using SQLAlchemy or Flask-SQLAlchemy, that should automatically do connection pooling.
1 comments
the_mitsuhiko
4823 days ago
Flask-SQLAlchemy does not use a pool by default. This can be changed by setting the `SQLALCHEMY_POOL_SIZE` config variable though.
link