| List: | Internals | « Previous MessageNext Message » | |
| From: | Brian Aker | Date: | May 15 2009 5:21am |
| Subject: | Re: MySQL Reengineering Project | ||
| View as plain text | |||
Hi! On May 14, 2009, at 10:09 PM, Kristian Nielsen wrote: > What you describe here sounds very much like the memroot > functionality that is > widely used in the server. So knowing both systems, I can say that the Apache apr_pool is a much cleaner design then MEMROOT. The concepts are the same, though pools over some additional advantages around file descriptor cleanup, but the execution of the design favors the APR. If someone wants mysys/ memroot/mystrings to compete with the APR, then a lot of effort will need to go into doing that. Cheers, -Brian
