Quote:
Better look to see if there are limits on the number of named Mutexes that you can have as well...


AFAIK, there isn't a limit. You can't wait on more than 64 (IIRC) handles at once, however.

Also, if this is COM interop, can't you just use a server EXE? This would be a single process (as long as the ASP pages are all running under the same account).
_________________________
-- roger