Hello,
Is a transaction always strictly bound to one thread, or is it possible to use a transaction spanning multiple threads, that is, start a transaction in one thread and commit it in a different thread?
A typical use case would be using asynchronous GigaSpace methods in a continuation style. In a meta-language it would be like this:
Transaction t = transactionManager.getTransaction();
AsyncFuture