I'm experimenting with Amazon SimpleDB (using Rick Helms' PHP API) and I've noticed that the updates are not in real time. I mean, if in the same page I contact the service to delete and item and the retrieve the items list, the deleted item is often still there.
Any idea on what's going on and how to solve the problem? Thanks