2009-05-28, 07:12 AM
Stereo Wrote:As long as it's limited to a single "open" transaction that wouldn't be a problem. Even if they both request a transaction, it should only accept 1 if they occur simultaneously.
For any server or database, linearity is a no-no. Multithreading and parallelism is the way to go.
