c - optimal thread pool size in tizen -


i have developed partial in tizen project using 6-7 thread(pthread) network i/o. requirement changing. if keep design might require 50+ threads eventually. or can change design , keep event queue , distribute task of threads , make work using 8+ threads. wondering optimal number of thread tizen.

it noted atleast 15+% of time threads idle.

the best way answer optimization question try something, generate profiling data, try different. repeat until notice trend or find configuration satisfied with.

due cross-platform nature of tizen, , not knowing nature of project requirements or devices run on, hard specific.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -