Django error: [Errno 32] Broken pipe

flo bee picture flo bee · Apr 10, 2013 · Viewed 7.9k times · Source

sometimes on my site when I'm working on my local version, I get this error in my console :

error: [Errno 32] Broken pipe

Does anyone have an idea to where it come from and how to prevent this because it's slowing down the site a lot.

Answer

matthewlent picture matthewlent · May 23, 2013

I got this when the database connection was hanging between dev server and db (using Amazon RDS).