My DLL function will run longer than 7 minutes. When I call it the page
times out. Should I do this ?
dim obj
set obj = server.createobject("Myshell.shellthis")
' then shellthis is a function that uses shell to drive an EXE that
' contains the function I needed
or launch by wsh ???
' sounds ugly - any ideas ?? THANKS
Please be a little more clear about what u want and what u've done, so that we can discuss.
On Friday, March 23, 2001 at 05:39:31 PM, ASP components wrote:
> My DLL function will run longer than 7 minutes. When I call it the page
> times out. Should I do this ?
> dim obj
> set obj = server.createobject("Myshell.shellthis")
> ' then shellthis is a function that uses shell to drive an EXE that
> ' contains the function I needed
>
> or launch by wsh ???
>
> ' sounds ugly - any ideas ?? THANKS
>