How are you taking advantage of Multicore?

后端 未结 22 2190
囚心锁ツ
囚心锁ツ 2020-12-12 10:24

As someone in the world of HPC who came from the world of enterprise web development, I\'m always curious to see how developers back in the \"real world\" are taking advanta

22条回答
  •  Happy的楠姐
    2020-12-12 11:22

    Our domain logic is based heavily on a workflow engine and each workflow instance runs off the ThreadPool.

    That's good enough for us.

提交回复
热议问题