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?

Reply via email to