You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1999/05/17 01:59:40 UTC

Re: i see the light


On 27 Apr 1999, Ben Hyde wrote:

> Sadly it would seem to imply a mapping from OS error codes into
> APR error codes making APR much less light weight.

Not so bad -- an errno -> ap_error_t mapping is a simple array we can
build at compile time. 

> Might as well use atoms/symbols for the error codes at that point.

mmmm... atoms...

> We really need them for keying lots of things: headers, methods, 
> new API, and now errors.

mmmm

Dean