[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug?] Stack Overflow with callback from external library


On 3/17/24 15:06, Benoît Minisini wrote:
It can't work as soon as libmicrohttpd tries to run the callback in multiple threads. Gambas interpreter can only work in one same thread.

Okay. Well, at least I'm consistent :-)

The only option I have then is to use external sockets polling (MHD creates no threads, event loop is fully managed by the application). And, I'm going to have to figure out how to do that.

Thank you, Benoît.


--
Lee

--- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ----
--- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----


Follow-Ups:
Re: [Bug?] Stack Overflow with callback from external libraryBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
References:
[Bug?] Stack Overflow with callback from external libraryT Lee Davidson <t.lee.davidson@xxxxxxxxx>
Re: [Bug?] Stack Overflow with callback from external libraryBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>