Re: Re[2]: [ZODB-Dev] Deferred notifing from one thread to another.

2005-12-11 Thread Dieter Maurer
Victor Safronovich wrote at 2005-12-10 13:37 +0500: > ... >Have you some situations, when you need to know if transaction >of >thread1 commited, but you are in thread2? In other words How can i receive >the >signal that transaction in another thread commited( or aborted, b

Re[2]: [ZODB-Dev] Deferred notifing from one thread to another.

2005-12-10 Thread Victor Safronovich
Hello Dieter Maurer, Saturday, December 10, 2005, 12:34:48 AM, you wrote: DM> Victor Safronovich wrote at 2005-12-9 14:33 +0500: >> ... >>But when T2 >>still not commiting its transaction, dispatcher not see new element :(. DM> Any transaction will only see committed changes. DM> Only at transa

Re[2]: [ZODB-Dev] Deferred notifing from one thread to another.

2005-12-09 Thread Victor Safronovich
Hello Tim Peters, Friday, December 9, 2005, 9:18:26 PM, you wrote: TP> [Victor Safronovich] >> ... >> Of course i may write time.sleep( SLEEP_CONSTANT ) before >> app._p_jar.sync(), but is this a good solution? TP> I can't make time to understand your problem (sorry!) Tim, thank you for your