commit | 3c539327f49f3457d866053d753795d9168dbcb8 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <thierry.fournier@ozon.io> | Sat Nov 28 16:05:05 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 02 21:53:16 2020 +0100 |
tree | 82d04c24130194b403d1ced9be22d7be141f4a4e | |
parent | ecb83c24c43d85a6b4de043b426c1248d4d97318 [diff] |
MEDIUM: lua-thread: No longer use locked context in initialization parts The goal is to allow execution of one main lua state per thread. Stop using locks in init part, we will use only in parts where the parent lua state is known, so we could take decision about lock according with the lua parent state.