Craig
Member since May 16, 2017
- Profile: /members/13515-craig.htm
- Comments: 1
Recent Blog Comments By Craig
-
The Node.js MySQL Driver Doesn't .end() As Gracefully With Connection Pooling
Posted on May 16, 2017 at 1:13 AM
This isn't true... "While the queries will run and return asynchronously, we can still call the .end() synchronously. The connection won't be terminated until the queued queries return with a result." ...if there hasn't yet been time to get any queries into the queue. It's very possible... read more »