first partially working version
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 8 Sep 2014 05:26:00 +0000 (07:26 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 8 Sep 2014 05:26:00 +0000 (07:26 +0200)
webtest/long.php [new file with mode: 0644]
webtest/short.php [new file with mode: 0644]

diff --git a/webtest/long.php b/webtest/long.php
new file mode 100644 (file)
index 0000000..c965727
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+sleep(8);
+printf("hello long<br>\n");
+?>
\ No newline at end of file
diff --git a/webtest/short.php b/webtest/short.php
new file mode 100644 (file)
index 0000000..0fc02ce
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+sleep(4);
+printf("hello short<br>\n");
+?>
\ No newline at end of file