ckpt server not thread-safe?
Submitted by edrt on Wed, 2006-11-22 06:21.
Hi all,
I've just dig into ckpt server implementation and find one potential problem. ckpt server have 3 clEoJobQueueProcess threads, but service handlers like _ckptRemSvrCkptAdd etc. don't using locking facility to make it thread safe. Can anyone confirm this?
Thanks
Eddy

Hi Eddy,
You are right. Right now there are few APIs which mkes ckpt server unsafe for multiple threads.
It is being corrected in the coming release.
Thanks,
Hari
Hi Hari,
Get it.
Thanks
Eddy