php - Java: increase page load time script -


i want know there way (by java or php) increase page load time onload simulate overload of server.

i have tried delayer() "function" actualy loads page.

try thread.sleep(long milliseconds) in servlet code. thread class javadoc:

causes executing thread sleep (temporarily cease execution) specified number of milliseconds, subject precision , accuracy of system timers , schedulers.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -