In the mysqlConn.Close() method of mysql driver, it just send a quit command, not wait for the server reply. So the latency is neglectable.
But in my sql driver, I did some clean up, that make the conn.Close() block. Now I fix this problem by doing close asynchronously, and keep conn.Close() return quickly. But that requirement may be better to mentioned in the document of sql driver interface. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.