mysql-native: API Refresh RC

Suliman via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Feb 1 06:06:39 PST 2017


Am I right understand that Connection instance should created at 
constructor and be one single for all class (and it will be 
reused by fibers) or am I wrong?

If yes, where I should to close it? To put
scope(exit) c.close();

In destructor?

If yes, does it behavior should be same as for working in vibed 
pool and without?


More information about the Digitalmars-d-announce mailing list