I'm porting the Cloudstone benchmark to Microsoft ASP.NET and Azure. I'm starting from the PHP version and I'm confused by some of the DB manipulations in addEventResult.php. They don't seem correct:
1. At Step 3 (line 56+), the code adds an address to the DB without checking if it is already present. This seems inconsistent at best with the rest of the DB manipulations and incorrect at worst. I understand the performance motivation for this decision, but want to make sure it is intentional. 2. The tag manipulation at Step 5 (line 123+) for updating an event doesn't iterate over the tags entered in the webpage. The iteration is commented out. Why? Thanks in advance for your assistance, /Jim James Larus Microsoft Research
