domoticz / domoticz

Open source Home Automation System
http://www.domoticz.com
GNU General Public License v3.0
3.44k stars 1.12k forks source link

Release Python GIL in case of blocking IO #6058

Closed pipiche38 closed 2 months ago

pipiche38 commented 2 months ago

PR #4518 was made to release GIL when doing update, but SQL read could also be blocked and GIL need to be released to leave other threads to run.

gizmocuz commented 2 months ago

Thank you for this PR!

pipiche38 commented 2 months ago

@gizmocuz I'm not use to the updatebeta script, but we have just installed Version: 2024.4 (build 15945) and wonder how I can check if the PR is included or not ?

Screenshot 2024-04-23 at 12 08 44
kiddigital commented 2 months ago

@pipiche38 You can check using the buildnumber which commits on Github are included.

This is described on the Wiki 😁

gizmocuz commented 2 months ago

It's included in this beta

pipiche38 commented 2 months ago

I'll push a PR for the DomoticzEx which present the same issue