Finding Race Conditions
Advanced PHP
2024-11-24
13
cherry
is a command line program that runs a large number of requests against a given webserver and makes sure all the results are equal.
% cherry -c 100 -n 10000 http://localhost/
Request 10 doesn't match!
%