The java code I'm trying to call from php relies on thread locals for storing security and transaction information. In the zend version of the bridge, I noticed that each call to a java operation could potentially result in a different thread handling the call. My initial tests on the php/java bridge suggest that's not true about this implementation. I'm writing to determine if my initial tests are coincidence or if I indeed can assume that the same server side thread is allocated for the duration of a single page rendering on the php side.
Thanks in advance,
Daniel
|