[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] MHD_suspend_connection API
From: |
Luke-Jr |
Subject: |
Re: [libmicrohttpd] MHD_suspend_connection API |
Date: |
Wed, 5 Feb 2014 17:15:00 +0000 |
User-agent: |
KMail/1.13.7 (Linux/3.12.6-gentoo; KDE/4.11.2; x86_64; ; ) |
On Wednesday, February 05, 2014 5:05:49 PM Jared Cantwell wrote:
> So if you are not using a thread pool, does that mean you are using a
> thread per connection?
No, everything (for the webserver) is done in a single thread... Unless I'm
misunderstanding the documentation, this is the default behaviour.
Luke