commit | ee9f802c4fb69aecd613a576aaf587bc8f982929 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Tue Mar 03 17:37:37 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 04 17:58:52 2015 +0100 |
tree | b367c95701e514e89ba8d886995619c816fdd9f4 | |
parent | 4abd3ae1847fabe5a276be8f736117a08cb3d53a [diff] |
MEDIUM: lua: interrupt the Lua execution for running other process This patch permits to interrupt the Lua execution each n# of instructions. It is useful for controling the execution time of an Lua code, and permits at the HAProxy schedule to process some others tasks waiting execution.