Re: svn commit: r951893 et al

2010-06-07 Thread Philip M. Gollucci
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/06/10 16:54, s...@apache.org wrote: > Author: sf > Date: Sun Jun 6 16:54:51 2010 > New Revision: 951893 > > URL: http://svn.apache.org/viewvc?rev=951893&view=rev > Log: > - Introduce log levels trace1/.../trace8 > - Add macro wrappers for ap_lo

Re: C as config

2010-06-07 Thread Akins, Brian
On 6/4/10 10:37 PM, "Paul Querna" wrote: > The most iteresting thing in this space since VCL was created is the > development of LLVM & clang. It seems like if you wanted to build > this these days, that would be where to start, though including an > entire compiler stack does seem both a daintin

Re: C as config

2010-06-07 Thread Akins, Brian
On 6/6/10 8:03 AM, "Graham Leggett" wrote: > With multi-core architectures, we're finding that humble worker on our > commodity hardware is as fast or faster than our load balancers. +1 We soon found that the web servers spends more time doing context switches than actual work. (Or so it seems

Re: C as config

2010-06-07 Thread Akins, Brian
On 6/7/10 9:16 AM, "Dan Poirier" wrote: > Did you profile httpd? I'm wondering if you had a few non-trivial hooks > in lua, if it would be a significant part of the CPU consumption, or > would it be swamped by the rest of the processing that always goes on > for a request? Increasingly, httpd i

Re: Enhanced error log format for trunk?

2010-06-07 Thread Rainer Jung
On 03.06.2010 16:49, Stefan Fritsch wrote: On Tuesday 01 June 2010, Rainer Jung wrote: 4) General correlation improvements To be able to correlate error and access log, it would be helpful to share a common id, e.g. the unique_id, and be able to log it in both files. The id generated by mod_uni

Re: Enhanced error log format for trunk?

2010-06-07 Thread Rainer Jung
On 01.06.2010 14:56, Rainer Jung 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 increased load and capability of system

Re: Alpha of 2.3.6 next week

2010-06-07 Thread Rainer Jung
On 02.06.2010 17:55, Jim Jagielski wrote: I'm planning on releasing an alpha of 2.3.6 next week in hopes that we can push out a beta v. soon after. I think my changes concerning building shared modules by default and adding items to the error log format are complete. And I guess Stefans log c

Re: loglevel in htaccess with a new override?

2010-06-07 Thread Stefan Fritsch
On Monday 07 June 2010, Eric Covener wrote: > Are there any hurdles to allowing the new LogLevel in htaccess > perhaps with a new override to protect it? > > This would be great for the poor shared hosting rewrite users who > could never enable the old rewritelog. I don't see any hurdle. Merging

Re: svn commit: r951895 [1/2] - in /httpd/httpd/trunk: modules/aaa/ modules/arch/netware/ modules/arch/unix/ modules/arch/win32/ modules/cache/ modules/cluster/ modules/core/ modules/database/ modules

2010-06-07 Thread William A. Rowe Jr.
On 6/7/2010 1:41 AM, Gregg L. Smith wrote: > Hi Stefan, > > This seems to break trunk on Windows, prior revision builds fine. > > Configuration: httpd - Win32 > Release > Compiling resources... > Compiling... > main.c > E:\build\httpd-2.3.x-wrk\server\main.

Re: svn commit: r951895 [1/2] - in /httpd/httpd/trunk: modules/aaa/ modules/arch/netware/ modules/arch/unix/ modules/arch/win32/ modules/cache/ modules/cluster/ modules/core/ modules/database/ modules

2010-06-07 Thread Stefan Fritsch
Hi Gregg, On Monday 07 June 2010, Gregg L. Smith wrote: > This seems to break trunk on Windows, prior revision builds fine. I am not really familiar with the difference between AP_DECLARE_DATA and AP_MODULE_DECLARE_DATA or any other Windows build pecularities. Maybe the attached patch helps? C

Re: loglevel in htaccess with a new override?

2010-06-07 Thread Mario Brandt
I like that idea much. IMHO the protection with AllowOverride makes sence. Just my 2 cents Mario On Mon, Jun 7, 2010 at 15:19, Eric Covener wrote: > Are there any hurdles to allowing the new LogLevel in htaccess perhaps > with a new override to protect it? > > This would be great for the poor s

loglevel in htaccess with a new override?

2010-06-07 Thread Eric Covener
Are there any hurdles to allowing the new LogLevel in htaccess perhaps with a new override to protect it? This would be great for the poor shared hosting rewrite users who could never enable the old rewritelog. -- Eric Covener cove...@gmail.com

Re: C as config

2010-06-07 Thread Dan Poirier
On 2010-06-04 at 18:21, "Akins, Brian" wrote: > Also, I do a good bit with Lua -- in httpd and other projects. Every time I > run profiles on this stuff, Lua is always 3 out of the top 5 cpu consumers. > And lots of it is just the language itself (all the table look-ups) and we > highly optimize