Re: [Cppcms-users] Booster thread id
Brought to you by:
artyom-beilis
|
From: Nhân Lê Đ. <nh...@gm...> - 2014-10-11 16:23:12
|
Marcel, I got your point. I hope I can explain more detail later by using CppCMS in real use case. This question is just my wonder when in an cppcms::application main, I add code print current thread id. Then make few request by opening many tabs, console logs out a bunch of thread ids. I think oh, application_pool automatically creates instances of application. Number of threads in my process rise, even close tabs this number does not decrease. I know that principle applications will be returned to the pool. But how to know a thread is busy, or idle or hang, etc. I think Does CppCMS has built-in to monitor this or I have to create such facility by my own? I still in very first experience with CppCMS but I believe CppCMS is great in it's design. Please keep moving forward and keep in touch. Cheers, Nhan |