Hi y'all, Is it a bad idea for an app to keep just a couple of connections to a database, put semaphore/mutex on them and reuse them all through the program? Of course I would check if their PQstatus isnt at CONNECTION_BAD and reconnect if they were... I need some opinions on that practice... Thanks -Mat -- Mathieu Dube Mondo-Live www.flipr.com
- Re: [HACKERS] using the same connection? Mathieu Dube
- Re: [HACKERS] using the same connection? Nathan Myers
- Re: [HACKERS] using the same connection? Mathieu Dube
- Re: [HACKERS] using the same connection? Peter T Mount