Re: [Interest] QtHttpServer Asynchronous Request Processing

2023-01-10 Thread Daniel
Hi Ievgenii, thanks for your answer! Well, that's interesting. Both samples were executed in the main thread, without any modification of the standard threadpool. I did several tests and the lambdas in the first example were never executed in parallel. However, since I have to handle anyway arbit

Re: [Interest] QtHttpServer Asynchronous Request Processing

2023-01-10 Thread Ievgenii Meshcheriakov via Interest
Hi, I've tried to reproduce this on Windows and Linux and I cannot. In both cases the requests are executed in parallel. One thing that comes to mind is that a shared thread pool is used to execute request, so if it has only one thread then requests will be run sequentially. But this will not ex

Re: [Interest] Could NOT find Qt6WebSockets trying to compile Qt 6.2.6 (Ubuntu 22.04)

2023-01-10 Thread Thiago Macieira
On Monday, 9 January 2023 17:49:45 PST Stefan Seefeld wrote: > Yes, I understand what you are saying. But given that `qt-everywhere` is > published even as one of the commercially available packages, I expect it > to be supported (especially: tested) appropriately. I have filed > https://bugreports

Re: [Interest] Could NOT find Qt6WebSockets trying to compile Qt 6.2.6 (Ubuntu 22.04)

2023-01-10 Thread Alexandru Croitor via Interest
Hi, I can't say what's going wrong with qtwebsockets at the moment, but try configuring with -skip qtwebsockets -skip qttranslations That should hopefully avoid the second error. From: Interest on behalf of Stefan Seefeld Sent: Sunday, January 8, 2023