Nuno Lopes wrote: > - Please don't use function static variables. It's not good for thread > safety. Excuse me? On what platform are function local statics not thread safe? I've been known to advocate using function local statics as the solution to threading problems. Nick