]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: remove the cpu time detection from process_stream()
authorWilly Tarreau <w@1wt.eu>
Wed, 22 May 2019 06:57:01 +0000 (08:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 May 2019 09:50:48 +0000 (11:50 +0200)
commitb106ce1c3dfe5aa4a9b97eb54a5478026a8bbd1f
tree7efa272f08bbd6f9814c9daa9121f008e6efb5fa
parent2bfefdbaef55c435a843c48244da28cd178c561e
MINOR: stream: remove the cpu time detection from process_stream()

It was not as efficient as the watchdog in that it would only trigger
after the problem resolved by itself, and still required a huge margin
to make sure we didn't trigger for an invalid reason. This used to leave
little indication about the cause. Better use the watchdog now and
improve it if needed.

The detector of unkillable tasks remains active though.
src/stream.c