newsapps / beeswithmachineguns

A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications).
http://apps.chicagotribune.com/
MIT License
6.45k stars 632 forks source link

Use mktemp instead of tempfile to work on centos #80

Closed andersjanmyr closed 10 years ago

andersjanmyr commented 10 years ago

From tempfile man page

BUGS Exclusive creation is not guaranteed when creating files on NFS parti‐ tions. tempfile is deprecated; you should use mktemp(1) instead.