ASP sleep function 
Author Message
 ASP sleep function

Does anyone know how to call the system sleep function in ASP that gives the
execution for a certain time to the idle proces. I think it should be donw
with CreateObject(...).

I don't mean the way to wait with do ... loop and detediff. It is not very
smart.

Thanks for your solution



Mon, 19 Jan 2004 23:46:38 GMT  
 ASP sleep function
You could write component wrapper around the win32 API Sleep function and
call your wrapper from ASP.

Why would you want to do this?


Quote:
> Does anyone know how to call the system sleep function in ASP that gives
the
> execution for a certain time to the idle proces. I think it should be donw
> with CreateObject(...).

> I don't mean the way to wait with do ... loop and detediff. It is not very
> smart.

> Thanks for your solution



Wed, 21 Jan 2004 05:07:45 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. sleep function

2. I need simulate sleep() C function

3. Sleep function in vbscript????

4. sleep function

5. Sleep function

6. Sleep Function & FileSystemObject

7. sleep function

8. Is there a Sleep function??

9. sleep function

10. Sleep function to run in vbscript?

11. wscript.sleep 1 and wscript.sleep 2

12. Windows API Sleep function

 

 
Powered by phpBB® Forum Software