A bug with httpd-2.4.2 Win-x64

2012-04-16 Thread Bing Swen
Hi, After building the httpd-2.4.2 x64 binaries with VS2010, I encountered a runtime error in the module libhttpd.dll, which alerts that a heap corruption occurred at somewhere: file D:\_bsDev\KSE\httpd-2.4.2\server\config.c line 680: free(ap_module_short_names[

RE: apr_hash: Memory consumption

2009-09-14 Thread Bing Swen
resolution in string hash tables", N. Askitis and J. Zobel, Proceedings of the SPIRE String Processing and Information Retrieval Symposium, November 2005, pp. 91-102. LNCS 3772. (http://www.cs.rmit.edu.au/~jz/fulltext/spire05.pdf) Cheers, Bing Swen -Original Message- From: Neil C

RE: Combining APR and APR-Util

2009-03-24 Thread Bing Swen
"Paul Querna" wrote on Tuesday, March 24, 2009 6:22 PM > >In the short term, we would like to merge the two libraries, into one > monolithic giant APR 2 library. This is very good for simplifying the updating of the library. What about apr-iconv? It still has a reduced function set of libiconv

Re: [WIN32] Using WSAPool for Vista+

2009-02-09 Thread Bing Swen
"Mladen Turk" wrote on 2009-2-9 17:25 Hi, Vista (Server 2008) and up comes with new winsock WSAPoll API. Now I did some experiments and it compiles the unix/pool.c by simply changing poll( ... ) to WSAPoll(...) There is also no limitation on pollset size (currently select is limited to FD_SETS