Joe Orton wrote:
On the topic of how to split up APR into multiple libraries, I had a look through the current directories, and a first cut at how I'd propose to split the code up would be:

  (directory -> library-name [dependencies])

  buckets -> libapr-buckets
  crypto -> libapr-crypto
  dbd -> libapr-db [libapr-buckets]
  dbm -> libapr-db
  ldap -> libapr-ldap (or, it disappears)
  memcache -> libapr-memcache [libapr-buckets]
  random -> libapr-crypto
  xlate -> libapr-xlate
  xml -> libapr-xml
  util-misc/... ???


What's the technical reason for that?
With the merging of apr and apr-util I was hoping
we would have to care only on a single library
and now there will be dozen of them. Scary.

Regards
--
^(TM)

Reply via email to