]> git.saurik.com Git - redis.git/commitdiff
Make bio.c threads killable ASAP if needed.
authorantirez <antirez@gmail.com>
Thu, 22 Nov 2012 09:08:44 +0000 (10:08 +0100)
committerantirez <antirez@gmail.com>
Thu, 22 Nov 2012 09:12:11 +0000 (10:12 +0100)
We use this new bio.c feature in order to stop our I/O threads if there
is a memory test to do on crash. In this case we don't want anything
else than the main thread to run, otherwise the other threads may mess
with the heap and the memory test will report a false positive.


No differences found