Wow, thanks for your input.
Still very new terrain for me.
I understand the part with global variables...
Not sure about that Single-part though. Is this some kind of static?
Single represents singleton pattern, single global instance of calss.
Quote:
And Lambda is completly new to me... Didn't understand a thing here but as long as it work's im kinda happy
And mirek yes, it's going to be MT. Like the MtRpcServer.
Well, then you have sort of different issue to resolve, Single is not good enough there... You will rather need one DB connection per thread.