Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
onloadサーバーの過負荷をシミュレートするためにページの読み込み時間を増やす方法 (java または php による) があることを知りたいです。
onload
「関数」を試しdelayer()ましたが、実際にはページが読み込まれます。
delayer()
サーブレット コードで Thread.sleep(long milliseconds) を試してください。Thread クラスの javadoc から:
現在実行中のスレッドを、指定されたミリ秒数だけスリープ (一時的に実行を停止) させます。これは、システム タイマーとスケジューラの精度と正確さに従います。