[Cppcms-users] threading considerations when accessing session data from json-rpc
Brought to you by:
artyom-beilis
From: Leon <le...@wl...> - 2012-02-29 09:53:49
|
Hi, I am still not very clear about cppcms' threading model. Am I correct that each json-rpc method will be run from a thread from the thread pool? Do this mean that each access to any session data should be protected by mutex? Thanks! |