A
Anton Sommer
Hello folks,
I have in central object a dataset and there is only one thread writing to
it and it is therefore using synclock when writing. This should be
multithread save enough (if not please tell me so). But know I have multiple
threads that read from this table, what precautions should be taken, shall I
use synclock as well for reading? Or can it just be used without
precautions? I mean even calling the select method or simply using findby
can this be done without precautions?
thank you
Anton
I have in central object a dataset and there is only one thread writing to
it and it is therefore using synclock when writing. This should be
multithread save enough (if not please tell me so). But know I have multiple
threads that read from this table, what precautions should be taken, shall I
use synclock as well for reading? Or can it just be used without
precautions? I mean even calling the select method or simply using findby
can this be done without precautions?
thank you
Anton