您的位置:首页 > Web前端

What is the difference between a process and a thread?

2014-03-18 13:56 519 查看
The typical difference is that threads (of the same process) run in a shared memory space, while processes run in separate memory spaces.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: