Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写一个同时处理来自多个客户端的请求的网络服务器。按照它的设计方式,一次只能处理一个请求。
我需要的是一种调用方法nextPendingConnection(),然后将连接分派到单独的线程进行处理。
nextPendingConnection()
有没有办法做到这一点?
这里的示例应该解释它http://doc.qt.io/qt-5/qtnetwork-threadedfortuneserver-example.html