Things are still crazy

Just ran a few more tests on a page that contains nothing more than

<%@ Page Language="C#" %>
<html>
<body>

</body>
</html>

The RPS peaks at 15 when running this on my machine with 1 connection. Other's I've talked with have told me their RPS usually lies at around 100-120.

Published Saturday, March 15, 2003 12:42 PM by Aylar

Comments

# re: Things are still crazy

Friday, March 14, 2003 7:17 PM by Don Box
Sounds like a nagling issue. The nagle algorithm keeps your WriteFile() calls from hitting the network immediately in hopes you are about to call WriteFile() again.

IIS5 or greater allow you to disable this. Of course, I only remember the ISAPI way to do it...

DB

Leave a Comment

(required) 
(required) 
(optional)
(required)