taylorkelly / BigBrother

GNU General Public License v3.0
29 stars 20 forks source link

BigBrother never closes MySQL connections #39

Closed cole2 closed 13 years ago

cole2 commented 13 years ago

I'm running the latest test build of BigBrother (because nothing else works with 1.4 yet!) and noticed it never closes it's SQL connections. When a server is getting a lot of updates, this causes as many as 2,000 left over sockets, in the TIME_WAIT state.. This number will grow as the server is up, causing resources to become exhausted.

N3X15 commented 13 years ago

Check if this is still the case on 254, please.

cole2 commented 13 years ago

Yeah, its fixed now.