- 论坛徽章:
- 0
|
本帖最后由 sjdy521 于 2012-09-20 11:37 编辑
Resource limits
In the eyes of the operating system, pseudo-processes created via the fork() emulation are simply threads in the same process. This means that any process-level limits imposed by the operating system apply to all pseudo-processes taken together. This includes any limits imposed by the operating system on the number of open file, directory and socket handles, limits on disk space usage, limits on memory size, limits on CPU utilization etc.
建议去msdn等查一下相关的资料,不是很清楚各个系统的限制是怎么样的,另外,perl在windows上的fork也是伪的,不知道是不是perl自身做了限制 |
|