reset password
Author Message
calstatelaboy
Posts: 52
Posted 14:56 Aug 25, 2009 |

Do we have to generate transaction in threads  ?

cysun
Posts: 2935
Posted 15:00 Aug 25, 2009 |
jdesai wrote:

Do we have to generate transaction in threads  ?

Yes, unless you can come up with some other way to show how multiple transactions compete for locks. Chapter 14.6 has some sample code for testing transactions in different threads.