[sqlalchemy] Troubleshooting 'too many clients already'

2010-06-17 Thread Gregg Lind
What built-in tools / techniques should I use when trying to troubleshoot the 'too many clients already' fatal error. 1. Connecting to PG locally, fwiw, 2. I have full privileges on the db My connections can come from at least: - create_engine I try to be careful to del engine after I'm done

Re: [sqlalchemy] Troubleshooting 'too many clients already'

2010-06-17 Thread Michael Bayer
On Jun 17, 2010, at 8:14 PM, Gregg Lind wrote: What built-in tools / techniques should I use when trying to troubleshoot the 'too many clients already' fatal error. 1. Connecting to PG locally, fwiw, 2. I have full privileges on the db My connections can come from at least: -