25 Oct
2011
25 Oct
'11
11:55 a.m.
Bjørn Mork wrote:
File locking problem when multiple threads are attempting to update the same file?
Maybe... the detail file is marked "not thread-safe", which means that the server core takes care of locking it. i.e. only one thread at a time will be inside of the detail module. Alan DeKok.