Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • What db module are you using? Commented Feb 17, 2014 at 15:27
  • I am using mysql module. Commented Feb 18, 2014 at 6:08
  • 2
    This is hard to debug without some code. Are you calling connection.end()? Commented Feb 18, 2014 at 16:11
  • connection.end() is deprecated so it should no longer be used. I am using connection pool and connection.release(). Will post the code also let me finish.. Commented Feb 19, 2014 at 6:02