commit | 9ff7e6e3b23fe810a7223b823831193d0c40a2a9 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Fri Jan 23 11:08:20 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 28 23:12:33 2015 +0100 |
tree | b499aae7b4c664b5ee550fa60cf3a48a70cc94b2 | |
parent | 380d0930bd9e13934b57a5db5b0b6f21809f6541 [diff] |
MEDIUM: lua: "com" signals This system permits to send signals between lua tasks. A main lua stack can register the signal in a coprocess. When the coprocess finish his job, it send a signal, and the associated task is wakes. If the main lua execution stack stop (with or without errors), the list or pending signals is purged.