"Jon Paal [MSMD]" <Jon nospam Paal @ everywhere dot com> wrote in message
news:...
> you may want to place your processing code into a COM script component.
>
> learn more here:
>
> http://www.microsoft.com/mspress/boo...hap/1394b.aspx
>
>
That in itself won't allow the ASP script to return to the client before
processing is complete.
Calls into a component from ASP are synchronous. A compiled component can
obviously use an additional thread to continue processing whilst allowing
the called to thread to return. However coding this properly involves
considerable complexity.
--
Anthony Jones - MVP ASP/ASP.NET