Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connections Limit

Status
Not open for further replies.

stoolpigeon

Programmer
Aug 1, 2001
309
US
Is there a limit to the number of concurrent connections to a single database in postgresql?

 
PostgreSQL's default setting supports only 32 concurrent connections, but that can easily be changed by editing postgresql.conf. There is a hard connection limit of 1024 concurrent connects. If you want more than that, you need to edit a line in one of the header files in the source code, and recompile PostgreSQL. (sorry, I don't remember which file it is) -------------------------------------------

"Now, this might cause some discomfort..."
(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top