Threading / Concurrency Problem

Meta jared771 at gmail.com
Wed Oct 23 19:29:15 PDT 2013


On Wednesday, 23 October 2013 at 12:41:58 UTC, Bauss wrote:
> Thanks. It worked! :)

Connections is in thread local storage by default. If you want it 
to be global across threads, you have to mark it shared or 
__gshared.


More information about the Digitalmars-d-learn mailing list