Re: [Cppcms-users] Booster thread id
Brought to you by:
artyom-beilis
|
From: Marcel H. <ke...@co...> - 2014-10-10 06:51:01
|
> I aim to monitor activities inside CppCMS, such as monitor > application_pool threads or aio service threads. > As your suggestion to do such things I need to mix booster with C++11 > thread / 3rd, right? I don't know exactly what you want to achieve, but I think the answer is yes. But I don't would call it mixing with C++11, because C++ is the language you are using and C++11 is just the newest (yeah C++14 is on the way) standard, with some really cool, modern, hipster features. When you explain in which way you want to monitor things, we might able to help you further. Greetings, Marcel |