Quote:
after giving everything else a chance to run?


I'm not sure that this is even possible in ASP.

It's possible that ASP is inherently single-threaded.

However, I think maybe Andy's COM interop is not correctly registered as multi-thread capable, and ASP is attempting to work with it from a single thread, causing contention.
_________________________
-- roger