To set this up, I have a form that I refresh manually with a browser from one machine (hold down the F5) key. The page requested is about 50K and makes a few db calls. The second computer starts up the same form and the response is not completed until I lift up the F5 key on the original computer.
At first I thought that it might be my db calls, but I have seen the same problem on large forms without dbcalls. -----Original Message----- From: Chuck Esterbrook [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 8:45 AM To: [EMAIL PROTECTED] Subject: Re: [Webware-devel] RE: [Webware-discuss] (no subject) At 02:02 PM 10/4/2001 -0700, Russell Blank wrote: >My number one concern with performance is the ability for me to stop >requests with a low-tech DOS. If I have one computer hit the refresh key on >the browser, no other client can get a page until the refresh has completed. >I am running Windows 2000 and Webware .5. I have seen a tremendous speed >improvement when I moved from IIS 5.0 to Apache 1.3. However, I can still >stop all request with a simple constant refresh. What it seems to me is >that the request are not being served by threaded servers or that they are >running synchronously. Maybe there are some setting I can use on Apache to >send back the last request if the same request is made to the server >simultaneously. I am too familiar with Apache though. I would like to reproduce this on my machine. Do you do this manually with browsers, or did you write a little script? Please give me step by step instructions and I'll take a look. -Chuck _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
