From reading the anouncments they put out. They say the file IO is very slow so im guessing it runs on the main thread? and im guessing that means it would wait for the file to be closed before the next trigger would open the file. I might be wrong tho?
if that was the case it might spell big trouble for the hooks, they would all be queued up waiting for file I/O...
so you might get shot in the head and not die for 30 minutes........;-)
I was thinknig more along the lines of the file opening, getting data for hook 1, closing, opening for hook2, closing..
processing... hook 1 writes updated databack.. then hook 2 craps all over it...