Comments for Adventures In Comet and Multipart Mime
I had built a chat client that assumed a "ping" from the server every 10 seconds, so I knew something bad happened when I didn't get a "hello" (a slight modification to the twisted example chat server)
If I remember right there is both a limit per server and total
Check out: <a title="Force Apache to output any HTTP Status Code with ErrorDocument" href="http://www.askapache.com/2007/htaccess/apache-status-code-headers-errordocument.html">Force Apache to output any HTTP Status Code with ErrorDocument</a>
<blockquote cite="http://www.askapache.com/2007/htaccess/apache-status-code-headers-errordocument.html">I setup an automated system to view all 57 Apache Response codes and ErrorDocuments, saving the headers and returned content for future reference. Use this page as a reference when designing scripts that use headers. Ex: 404 Not Found, 200 OK, 304 Not-Modified, 506 Service Temporarily Unavailable, etc.
When a Status code is encountered, Apache serves the header and the ErrorDocument for the error code. So if you can see any Header and ErrorDocument by causing that error on Apache.
For instance, if you request a file that doesn’t exist, a 404 Not Found is issued and the corresponding ErrorDocument is served with the 404 Not Found Header. So we can see what Apache 404 Errors and Response Codes look like, but how do we cause errors for the 56 other Apache Response Codes?</blockquote>