Adding stackless threading to BSD Kernel?

2019-06-06 18:10发布

IronPort developed a stackless threading model that allows the IronPort appliance to support more than 10,000 simultaneous connections in contrast to the 100 connections supported on a traditional OS.

If one wanted to do the same but to make it open source, where should they start?

2条回答
爷的心禁止访问
2楼-- · 2019-06-06 18:42

There are some implementations already available. Just do some digging around and you can find them. One of the most prevalent implementations is available under a BSD license: Protothreads

查看更多
登录 后发表回答