[Cppcms-users] Multiple concurrent HTTP requests
Brought to you by:
artyom-beilis
|
From: Christian M. <chr...@va...> - 2013-10-16 14:15:13
|
Hi Artyom, first of all: thank you for developing CPPCMS. I'm currently integrating it into a project of mine. However, I ran into the following issue: Apparently, CPPCMS only supports processing of one concurrent HTTP request. If I launch a second request while another one is still being processed, it stalls until the first request is completed. Is this normal behavior? Do I need to manually store/release the http_context in a different thread for better concurrent performance? I'm using an asynchronous application (which itself is thread-safe) on Windows. Many thanks for any advice you can give. Best regards Christian |