rossbrunton Posted June 18, 2009 Share Posted June 18, 2009 Hi again guys, Im trying to build a site where people can have profiles and part of that site allows people to upload photos. When a photo is uploaded, its resized, a thumnail created and the information stored in the database for the location of the files, the user details etc.... Some people are having problems in as much as it all gets uploaded fine but then despite processing the images, no entry is created in the db. I was wondering, could it be that if someone adds a photo at the same time as someone else this could happen? Maybe if more than one person writes to the db at the same time? Thanks Ross Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted June 18, 2009 Share Posted June 18, 2009 Simultaneous database queries don't interfere with each other. What does your error checking and error reporting/logging logic in your code tell you for the queries that fail? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.