Hi all,

I use the slide 2.2pre clientlib with the slide 2.1 Server.
Recently I tried some more complex operations inside transactions, which
involve reading stuff previously written in the same transaction. I noticed,
that newly created nodes are not visible until the transaction is submitted.
I took me some time to learn, that despite those reads have the right
transaction handle set on client-side, they are automatically executed
outside the transaction on the server due to the
"all-methods-in-transactions" setting in Domain.xml set to false.

But setting it to true does not lead to the expected result: Now the first
read operation inside the transaction _blocks_ the client. 
My questions now: Is this something that is fixed in the current 2.2 CVS
head (I've not moved yet because Slide 2.2 handles characters encoding of
file names differently)? Has this something to do with the client lib using
different threads (processors)? How could I possibly fix this in my current
configuration?

Thanks, 
Kolja

-- 
Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to