$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gottlob Frege (gottlobfrege_at_[hidden])
Date: 2007-04-29 22:58:03
On 4/28/07, Jeff Garland <jeff_at_[hidden]> wrote:
> Executive Summary: Accept this library :-)
>
> 1) Error handling
>
>
> c) Use of 'errno'. I see that this actually is how errors are transmitted
> in many cases for the non-signaling version of the error functions. It's
> never mentioned in the docs -- it should be. And what the errors are set to
> needs to be documented. And probably an example.
>
If it is using errno, can I assume it is not thread-safe? Any other
threading issues?