furnace ·
·
阅读: 828
Yes, that is right solution, but..
But, In linux Env, you can't create Process infinitely. that is a limited amount.
The normal way to handle such kind of problem is :
the Thread Pool is needed.
that is too complex, normally it is used to solve the problem with very huge computation to avoid memeroy leak....