Forum Post: RE: 11.4 "multi-threaded" appserver

  • Thread starter Thread starter Thomas Mercer-Hursh
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top