[commons-transaction] Transactional queue

2005-01-13 Thread Guillaume Nodet
Is there any planned transactional wrapper around lists, queues or EDU.oswego.cs.dl.util.concurrent.Channel ? Cheers, Guillaume - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [commons-transaction] Transactional queue

2005-01-13 Thread Oliver Zeigermann
AFAIK nothing like that scheduled. I was wondering how would this look like for something ordered like a list? What would happen if transaction a added a an enttry at position 0 and transaction b another one at position 1? Would this even be allowed in parallel? How would the resulting list look