Fabio, i noticed another RFC anomaly in X15. It ignores the "Connection: close" request header passed by a HTTP/1.1 client. This behavior is against RFC 2616, a server must not override the client's choice of non-persistent connection. (there might be HTTP/1.1 clients that do not support persistent connections and signal this via "Connection: close".) the rule is this: a request is either keepalive or non-keepalive. HTTP/1.0 requests default to non-keepalive. HTTP/1.1 requests default to keepalive. The default can be overriden via the "Connection: Keep-Alive" or "Connection: close" header fields. if you fix this, does it impact SPECweb99 performance in any way? Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: X15 alpha release: as fast as TUX bu... dean gaudet
- Re: X15 alpha release: as fast as T... David S. Miller
- Re: X15 alpha release: as fast as TUX bu... Ingo Molnar
- Re: X15 alpha release: as fast as TUX but in use... Ingo Molnar
- X15 alpha release: as fast as TUX but in user space Ingo Molnar
- Re: X15 alpha release: as fast as TUX but in user sp... Fabio Riccardi
- Re: X15 alpha release: as fast as TUX but in use... Ingo Molnar
- Re: X15 alpha release: as fast as TUX but in... Fabio Riccardi
- Re: X15 alpha release: as fast as TUX bu... Ingo Molnar
- Re: X15 alpha release: as fast as T... Fabio Riccardi
- Re: X15 alpha release Ingo Molnar
- Re: X15 alpha release Fabio Riccardi
- Re: X15 alpha release: as fast ... Ingo Molnar
- Re: X15 alpha release: as fast ... Fabio Riccardi
- Re: X15 alpha release: as fast ... Davide Libenzi
- Re: X15 alpha release: as fast ... Fabio Riccardi
- Re: X15 alpha release: as fast as TUX but in use... Ingo Molnar
- Re: X15 alpha release: as fast as TUX but in... Zach Brown
- Re: X15 alpha release: as fast as TUX bu... Fabio Riccardi
- Re: X15 alpha release: as fast as TUX but in... Lincoln Dale
- Linux syscall speed -- was X15 rootin-to... Michael Rothwell