开发者

Examples of widely-used software applications using user-level threads?

开发者 https://www.devze.com 2023-02-25 21:39 出处:网络
Can somebody give me an开发者_运维技巧 example ofwidely-used software applications that use user-level threads. Here by \'user-level\' threads I mean threads that are implemented entirely in user-spac

Can somebody give me an开发者_运维技巧 example of widely-used software applications that use user-level threads. Here by 'user-level' threads I mean threads that are implemented entirely in user-space and are unknown to the kernel.


I would say most web browsers IE, Firefox, Chromium/Chrome do so. For Chromium, a new user thread is created whenever you create a new tab.

0

精彩评论

暂无评论...
验证码 换一张
取 消