Closed kpdyer closed 10 years ago
It's possible to cause a deadlock condition when putting fteproxy under high stress (lots of data and connections) via the ./systemtests script. For example, using parameters BYTES_TO_SEND = 2 ** 20 and TRIALS = 2 ** 4.
./systemtests
BYTES_TO_SEND = 2 ** 20
TRIALS = 2 ** 4
It's possible to cause a deadlock condition when putting fteproxy under high stress (lots of data and connections) via the
./systemtests
script. For example, using parametersBYTES_TO_SEND = 2 ** 20
andTRIALS = 2 ** 4
.