GsDevKit / glassdb

Automatically exported from code.google.com/p/glassdb
0 stars 0 forks source link

autoAbort and manual transaction mode #108

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
see http://forum.world.st/gemtools-auto-abort-tt2134291.html#a2134291

By combining with manual transaction mode, we can check whether we are in
transaction or not and only abort (actually beginTransaction) when we are
not in transaction ...

have to worry about multi-threaded things a bit as well...

Original issue reported on code.google.com by henrichs...@gmail.com on 7 May 2010 at 5:48

GoogleCodeExporter commented 9 years ago
Also, we have the standard problem ... when the GCI is blocked (i.e., idle 
GemTools) sigAborts and friends won't be seen ... I think the GBS solution is 
to have a client-side thread that periodically makes a gci call to allow the 
server to see sigAborts, etc.

Original comment by henrichs...@gmail.com on 20 Sep 2011 at 6:31