Re: apr_dbd: Support for multiple database connections from the same virtual host

2010-06-09 Thread Marko Kevac
Topic up On Fri, May 21, 2010 at 1:07 AM, Marko Kevac ma...@kevac.org wrote: Can someone comment on this, pls? On Mon, May 17, 2010 at 12:28 PM, Marko Kevac ma...@kevac.org wrote: http://russian-knight.livejournal.com/187116.html On Mon, May 17, 2010 at 11:48 AM, Marko Kevac ma...@kevac.org

Re: apr_dbd: Support for multiple database connections from the same virtual host

2010-06-09 Thread Graham Leggett
On 09 Jun 2010, at 11:12 AM, Marko Kevac wrote: Topic up Ack... a bit swamped in bugfixes right now, but will definitely go through it. Regards, Graham --

Re: Enhanced error log format for trunk?

2010-06-09 Thread Jeff Trawick
On Tue, Jun 1, 2010 at 8:56 AM, Rainer Jung rainer.j...@kippdata.de wrote: I repeatedly inserted millisecond or microsecond timestamps as well as PID and thread ID information into the ErrorLog when trying to diagnose problems, most often in combination with additional log lines. Due to the

Re: Enhanced error log format for trunk?

2010-06-09 Thread Rainer Jung
On 09.06.2010 14:37, Jeff Trawick wrote: On Tue, Jun 1, 2010 at 8:56 AM, Rainer Jung rainer.j...@kippdata.de mailto:rainer.j...@kippdata.de wrote: I repeatedly inserted millisecond or microsecond timestamps as well as PID and thread ID information into the ErrorLog when trying to

Re: C as config

2010-06-09 Thread Akins, Brian
On 6/8/10 6:34 PM, Sean Conner s...@conman.org wrote: If your platform is x86, have you considered testing with LuaJIT? It compiles Lua code directly into x86 code and is a drop-in replacement for lua (just link against libluajit instead of liblua). The few tests I've done have been

Re: C as config

2010-06-09 Thread Akins, Brian
On 6/8/10 7:21 PM, Graham Leggett minf...@sharp.fm wrote: That said, if your server doesn't have work to do, ie you're just a bit-shifter, then a simple async loop will win hands down. We also found that even for resource intensive tasks -- like rendering a template or something similar --

mod_socache_shmcb bogosity?

2010-06-09 Thread William A. Rowe Jr.
Just noticed that our shmcb socache never replaces an identical node on -store, leading to multiple entries for the same id (with different expiries and data, obviously). Is this deliberate? What is the distcache/memcached/dbm behavior, are they all replacing the existing node? What is the

Re: svn commit: r951893 - in /httpd/httpd/trunk: configure.in include/ap_mmn.h include/http_config.h include/http_log.h include/httpd.h server/config.c server/core.c server/log.c server/util_debug.c

2010-06-09 Thread Ruediger Pluem
On 06/06/2010 06:54 PM, s...@apache.org wrote: Author: sf Date: Sun Jun 6 16:54:51 2010 New Revision: 951893 URL: http://svn.apache.org/viewvc?rev=951893view=rev Log: - Introduce log levels trace1/.../trace8 - Add macro wrappers for ap_log_*error. On C99, this will save argument

Re: svn commit: r951893 - in /httpd/httpd/trunk: configure.in include/ap_mmn.h include/http_config.h include/http_log.h include/httpd.h server/config.c server/core.c server/log.c server/util_debug.c

2010-06-09 Thread Ruediger Pluem
On 06/09/2010 09:36 PM, Stefan Fritsch wrote: On Wed, 9 Jun 2010, Ruediger Pluem wrote: On 06/06/2010 06:54 PM, s...@apache.org wrote: Author: sf Date: Sun Jun 6 16:54:51 2010 New Revision: 951893 URL: http://svn.apache.org/viewvc?rev=951893view=rev Log: - Introduce log levels

Re: svn commit: r951896 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_io.c ssl_engine_kernel.c

2010-06-09 Thread Stefan Fritsch
On Wed, 9 Jun 2010, Ruediger Pluem wrote: On 06/06/2010 07:01 PM, s...@apache.org wrote: Author: sf Date: Sun Jun 6 17:01:29 2010 New Revision: 951896 URL: http://svn.apache.org/viewvc?rev=951896view=rev Log: Use new loglevel accessor macros to simplify code Modified:

Re: svn commit: r951893 - in /httpd/httpd/trunk: configure.in include/ap_mmn.h include/http_config.h include/http_log.h include/httpd.h server/config.c server/core.c server/log.c server/util_debug.c

2010-06-09 Thread Stefan Fritsch
On Wed, 9 Jun 2010, Ruediger Pluem wrote: On 06/09/2010 09:36 PM, Stefan Fritsch wrote: On Wed, 9 Jun 2010, Ruediger Pluem wrote: On 06/06/2010 06:54 PM, s...@apache.org wrote: Author: sf Date: Sun Jun 6 16:54:51 2010 New Revision: 951893 URL: http://svn.apache.org/viewvc?rev=951893view=rev

Re: svn commit: r951896 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_io.c ssl_engine_kernel.c

2010-06-09 Thread Ruediger Pluem
On 06/09/2010 09:55 PM, Stefan Fritsch wrote: On Wed, 9 Jun 2010, Ruediger Pluem wrote: On 06/06/2010 07:01 PM, s...@apache.org wrote: Author: sf Date: Sun Jun 6 17:01:29 2010 New Revision: 951896 URL: http://svn.apache.org/viewvc?rev=951896view=rev Log: Use new loglevel accessor

Trunk fails to compile

2010-06-09 Thread Ruediger Pluem
Currently trunk fails to compile with a lot of errors like the following: worker.c: In function 'worker_pre_config': worker.c:1968: error: request for member 'log' in something not a structure or union worker.c:1968: error: request for member 'log' in something not a structure or union

Re: Trunk fails to compile

2010-06-09 Thread Stefan Fritsch
On Wednesday 09 June 2010, Ruediger Pluem wrote: Currently trunk fails to compile with a lot of errors like the following: I guess this is because of the literal usage of NULL in ap_log_error Sorry, I have used an old working dir for testing, where I hadn't done buildconf after the changes.

Re: svn commit: r953203 - in /httpd/httpd/trunk: include/ap_mmn.h include/util_script.h modules/lua/lua_request.c modules/lua/mod_lua.c server/util_script.c

2010-06-09 Thread William A. Rowe Jr.
/* AP24 */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20100606 +#define MODULE_MAGIC_NUMBER_MAJOR 20100609 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ Modified: httpd/httpd/trunk/include/util_script.h URL: http