RE: httpd 3

2012-07-31 Thread PKU-bswen
Hi, Nick, I hope that httpd 3 would further consider some performance optimization ideas (many of which may be quite old, though), particularly the asynchronous network I/O improvement to the MPM layer, so that every worker thread (or worker process) will not have to deal with a single TCP conn

A possible bug found // RE: svn commit: r783 - /release/httpd/

2012-08-21 Thread PKU-bswen
A possible subtle bug with httpd-2.4.3 on Windows (Server 2008 R2) was found in the following source file, which was compiled using VS2010: httpd-2.4.3/server/config.c // line 602: ap_module_short_names[m->module_index] = strdup(sym_name); // line 680: free(ap_module_short_names

RE: A possible bug found // RE: svn commit: r783 - /release/httpd/

2012-08-21 Thread PKU-bswen
The cited documentation seems to apply only to Windows Server 2003? As I've tested, free() didn't seem to resolve to _free_dbg on Windows Server 2008 + VS2010, or on Windows Server 2012 + VS2012. The installed httpd-2.4.3 binaries just can not run if the code is not changed. So please verify why

RE: Broken Link

2012-09-25 Thread PKU-bswen
May I add that the 2.4.x Win32 builds are also needed, and the official-released updated project and solution files for building both Win32 and X64 Windows binaries are also desperately wanted, which are not availabe after httpd-2.2.2... Bing -Original Message- From: Issac Goldstand [

RE: Volunteers to drive an MSI build

2012-11-28 Thread PKU-bswen
A Windows binary build is important to do for both influencing the Windows users and the code design quality of Apache itself, unless you all hate to care about both;) Regards, Bing -Original Message- From: Jim Jagielski [mailto:j...@jagunet.com] Sent: Wednesday, November 28, 2012 8:2