gpt4 book ai didi

linux - 用于创建高性能服务器应用程序的库

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:54:29 24 4
gpt4 key购买 nike

我记得找到一个 C++(或者可能是纯 C)库,它可以执行线程池、套接字轮询和其他东西,需要在 Linux 上编写高性能服务器。 (而且这个库本身不是 Boost — 但它可能使用了 Boost。)

像往常一样,我记不起图书馆的名字了。有什么猜测吗?

更新:那是不是 ACE .

最佳答案

Spserver使用 libevent,因此应该在所有平台上都有良好的性能。

你可以使用 Boost.ASIO直接和线程池:

Multiple threads may call io_service::run() to set up a pool of threads from which completion handlers may be invoked ... all threads that have joined an io_service's pool are considered equivalent, and the io_service may distribute work across them in an arbitrary fashion.

关于linux - 用于创建高性能服务器应用程序的库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1386934/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com