I’m creating a flash gallery that will read its data from xml generated by ASP using a query string.
The problem is the developer I work with doesn’t think is method will work correctly if more than one person is viewing the site and gallery. He thinks that if two people make different requests on this one xml file then the person who made their request slightly before the other will end up viewing the images the second person requested?
Is this correct? I’m unsure myself as my knowledge of servers are limited but I would have thought they could handle several requests on a single file at once.
Any thoughts would be greatly appreciated?