Re: [EMAIL PROTECTED] How to make a httpd daemon serve everything with a settable delay

2007-09-12 Thread Krist van Besien
On 9/3/07, Nick Kew <[EMAIL PROTECTED]> wrote: > On Mon, 3 Sep 2007 14:35:14 +0200 > "Krist van Besien" <[EMAIL PROTECTED]> wrote: > > > In the second test case the server only returns the content after a > > settable delay. In this case the webserver is supposed to keep the > > connection open, bu

Re: [EMAIL PROTECTED] How to make a httpd daemon serve everything with a settable delay

2007-09-03 Thread Nick Kew
On Mon, 3 Sep 2007 14:35:14 +0200 "Krist van Besien" <[EMAIL PROTECTED]> wrote: > In the second test case the server only returns the content after a > settable delay. In this case the webserver is supposed to keep the > connection open, but only return a page after for example 20 seconds. Surely

Re: [EMAIL PROTECTED] How to make a httpd daemon serve everything with a settable delay

2007-09-03 Thread Joshua Slive
On 9/3/07, Vincent Bray <[EMAIL PROTECTED]> wrote: > On 03/09/07, Krist van Besien <[EMAIL PROTECTED]> wrote: > > In the second test case the server only returns the content after a > > settable delay. In this case the webserver is supposed to keep the > > connection open, but only return a page af

Re: [EMAIL PROTECTED] How to make a httpd daemon serve everything with a settable delay

2007-09-03 Thread Vincent Bray
On 03/09/07, Krist van Besien <[EMAIL PROTECTED]> wrote: > In the second test case the server only returns the content after a > settable delay. In this case the webserver is supposed to keep the > connection open, but only return a page after for example 20 seconds. That's an interesting question

[EMAIL PROTECTED] How to make a httpd daemon serve everything with a settable delay

2007-09-03 Thread Krist van Besien
Hello, In order to test some software I need to set up a web server that can alternate between two test cases. In the first test case the server just serves its content as if nothing special is going on. In the second test case the server only returns the content after a settable delay. In this ca