<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to create multithreaded QHttpServer (qt 6.4+)]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">QTcpServer has proven ways to make a multithreaded server (something like QTcpSocketRunnable). What is the best way to provide multithreading with the QHttpServer introduced with QT 6.4?</p>
<p dir="auto">I assume that QHttpServer is a descendant of QTcpServer and is essentially single-threaded. Is it possible to create an object inherited from QRunnable when (after) handling routers? The question is how to return QHttpServerResponse from it.</p>
]]></description><link>https://forum.qt.io/topic/145181/how-to-create-multithreaded-qhttpserver-qt-6-4</link><generator>RSS for Node</generator><lastBuildDate>Mon, 04 May 2026 10:11:02 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/145181.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 May 2023 14:28:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to create multithreaded QHttpServer (qt 6.4+) on Wed, 17 May 2023 16:48:04 GMT]]></title><description><![CDATA[<p dir="auto">Oh sorry. Documentation explain it: <a href="https://doc.qt.io/qt-6/qhttpserver.html#route" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-6/qhttpserver.html#route</a></p>
]]></description><link>https://forum.qt.io/post/758502</link><guid isPermaLink="true">https://forum.qt.io/post/758502</guid><dc:creator><![CDATA[acetone]]></dc:creator><pubDate>Wed, 17 May 2023 16:48:04 GMT</pubDate></item></channel></rss>