Proposal to add a "Multi-Threading Consideration" into each Developer's guide section
For instance the lease manager implementation are thread safe:
- by using database ACID properties for backends using a database
- by using a global mutex fro the memfile database
As that has a critical impact on performances a documentation update is required. This issue proposes an additional entry in each section so a developer can easily find relevant information.