Hello All,
In my new project, (in a multi-threaded environment using C++ under Linux), when a number of threads are making new database connections, the error message "Too many connections" is displayed and the program breaks. How can this be solved ?
Can any body help ?
Vinod
In my new project, (in a multi-threaded environment using C++ under Linux), when a number of threads are making new database connections, the error message "Too many connections" is displayed and the program breaks. How can this be solved ?
Can any body help ?
Vinod
Comment