Yes, the queries are non-locking so there's a chance of sending duplicate messages. I guess you could modify the code to lock the row you're working with and avoid it, but I don't believe it would work fine without modifications.
Regards, Alex On Thu, Jun 2, 2011 at 7:37 AM, JAmes <[email protected]> wrote: > Hi, > > I am wondering if I have multiple SQLbox instances running on different > servers, and connecting to the same mysql database tables, is there going to > be any conflicts or duplications? > > Regards, > J >
