|
Hi All, My question relates to AXIS C++ client: is it thread-safe? I noticed that it uses gmtime() and localtime() methods
which are not thread-safe (there are thread-safe versions of the methods:
gmtime_r() and localtime_r() respectively). Do I miss something? Please advice. Thank you in advance, Yury.
|
- AXIS C++ thread-safety Yury Novitsky
- Re: AXIS C++ thread-safety Nadir Amra
