What are multi-threading applications cons?
(Ответ считается верным, если отмечены все правильные варианты ответов.)
Варианты ответа
developing is more complex(Верный ответ)
thread creation has its overhead(Верный ответ)
memory amount is decreased according to the kernel count
data races/ resource concurrency (Верный ответ)
thread synchronization overhead (Верный ответ)