Skip to content

This django application prevents closing database connection after each request is processed.

Notifications You must be signed in to change notification settings

alaif/django-dbpersistconn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Persistent connection to database server in Django.
=======

This application, if installed, prevents closing database connection
after each HTTP request. Instead closes database connection
after timeout (2 minutes by default). Timeout can be set via settings.DEFAULT_UNUSED_DB_CONNECTION_TIMEOUT

About

This django application prevents closing database connection after each request is processed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages