Re: Skiplist index on demand

2015-01-27 Thread William A. Rowe Jr.
By APR's revisioning rules, this proposal is invalid. The API cannot change behavior now that 1.5.0 has flown the nest. We'll need the converse, an API after creation to disable the indexing or, the other usual implementation is to add a create_ex() facility with the option to enable/disable the

apr_getnameinfo get localhost

2015-01-27 Thread GHui
I used the function apr_getnameinfo to get remote hostname. But it return localhost. I don't know why this happend. Any help will be appreciated. --GHui