[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] Question about the new `mhd_threads.h` header
From: |
Klaudiusz Staniek |
Subject: |
Re: [libmicrohttpd] Question about the new `mhd_threads.h` header |
Date: |
Thu, 11 Aug 2016 22:13:30 +0200 |
unsubscribe
On Thu, Aug 11, 2016 at 9:31 PM, Christian Grothoff <address@hidden> wrote:
> They do not relate to providing an HTTP server, and they thus should
> remain an internal API. We should have the flexibility of changing them
> in any way we see fit without breaking ABI compatibility. So I don't
> think we should export those. But if an app wants them, making a copy of
> the code should be fine.
>
> My 2 cents
>
> Christian
>
> On 08/11/2016 09:10 PM, silvioprog wrote:
>> The same question to the `mhd_locks.h`. Useful cross platform thread/locks
>> functions.
>>
>> On Thu, Aug 11, 2016 at 4:06 PM, silvioprog <address@hidden> wrote:
>>
>>> Hello,
>>>
>>> I've looked at last commits and found a new header: mhd_threads.h. It has
>>> functions like MHD_create_thread(), MHD_create_named_thread()
>>> and MHD_join_thread(), however it seems only to MHD's internal using. BTW
>>> these functions could be also very useful for MHD consumers. WDYT?
>>>
>>> --
>>> Silvio Clécio
>>>
>>
>>
>>
>