
26 Oct
2009
26 Oct
'09
11:09 p.m.
"Christopher Kohlhoff" <chris@kohlhoff.com> wrote in message news:1256082527.2327.1341115615@webmail.messagingengine.com...
The throwing overloads are most typically in small programs or at program startup. Non-trivial programs will tend towards the second, non-throwing overload. It is the nature of network applications to react to errors as part of normal control flow, and exception handling is not a good approach for that.
You are the author of the asio library in boost? With this kind of thinking, how did you get this position?