Incissor... you have any ideas for a script (something that you put into a big asp script) that will considerably slow down the server? So far, i've been able to develop a script that will make the computer go into a loop, but i don't want that. I want something to be able to considerably slow down the computer. Preferably, something that will slowly, but efficiently, slow down the server. Any ideas? I got one, but i haven't tried it yet.
For wateve=1 to 9999
(*some code here*)
Next
Ok... while writing the above script, the best thing would be not to do:
set object = nothing
object.close
But, i would prefer to make the slow-down script more hidden, rather than just not closing the object. Any ideas? would be appreciated