<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hey all,<br>
<br>
I released my short URL engine last night and it works great. The
only problem I'm having now is that it's throwing LOTS of 'broken
pipe' errors, which as I understand from looking at raw socket
docs in Python, should throw a trappable exception.<br>
<br>
This might be a little more 'advanced' than the average tutor
questions, so I posted some details at StackOverflow.com just so I
could keep the huge code sample and error messages off the mailing
list. I'd appreciate it if anyone could help me figure out where
the best place is to wrap a try/except call, and which exceptions
I should be looking for.<br>
<br>
</font><a
href="http://stackoverflow.com/questions/6063416/python-basehttpserver-how-do-i-catch-trap-broken-pipe-errors">http://stackoverflow.com/questions/6063416/python-basehttpserver-how-do-i-catch-trap-broken-pipe-errors</a><br>
<br>
Cheers,<br>
Ian<br>
<br>
</body>
</html>