On Saturday, June 28, 2003, at 06:11 PM, Andrew Begel wrote: > Thank you very much. GC_init() did the trick. great! > Question, is it dangerous to call GC_init() more than once? Nope. After you call it the first time its basically a noop. All it'll do is acquire the gc lock, check a few flags and return. -Brian