T
Thomas Mercer-Hursh
Guest
Yes, the threads need to communicate. They share data by passing parameters, not, I think, by pointing at any common data. The lock for update is held by the thread, not the session so two threads are no different than two processes.
Continue reading...
Continue reading...