Okay, I realize that apr-util was just born :), and what's in there right now is
basically just a first pass to facilitate the move to the httpd-2.0 repository 
for
Apache.  So thiss is as much to make sure that I understand the intentions as
anything else.

1) I assume that the ap_* prefix on files/etc hasn't been changed to apr_* yet
simply to ease the transition to httpd-2.0, and that the namespace change will 
come
in a later pass.  Right?

2) Shouldn't src/encoding/ap_sha1.c really go in src/crypto/?  SHA1 is a hashing
algorithm, not an encoding algorithm.  Right?

3) Might the src/buckets directory want to be called src/data (hmm... maybe
confusing) or src/datastructures (hmm... kind of long) or something like that?
(Somebody please think of a more concise name than I have.)  I'm trying to
anticipate where it is that tables/hashes/whatever would go if/when they get 
moved
out of APR.  This sort of follows as a simplification of my suggestion last week
that the data structures could stand alone as a separate library beneath APR.

Overall, it looks really good so far.  =-)

--Cliff

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

Reply via email to