Hi List,
I am currently storing an object in a MySQL database. The object is continually being updated by many (possibly simultaneous) requests. Workflow looks something like this: 1. Data comes in from one of many sources 2. PHP reads the object from the database 3. PHP adds data to the object 4. PHP writes the object back to the database I think I'm running into a concurrency issue where I have record of new data being received, but the database object does not reflect the new data. I feel like I need to make the object a mutex but I have no idea how to go about doing that with PHP. Can anyone provide alternative designs that will be a little more robust and handle concurrency? Thanks! Kirk Ouimet <mailto:[email protected]> [email protected] Cell: (801) 310-1421
_______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
