Re: shared table (create a pool from a block of memory?)

2007-08-04 Thread Joachim Zobel
Am Freitag, den 03.08.2007, 16:54 -0500 schrieb Ray Morris: More complex data needs to be held in a structure like a table, though. If you need a shared table consider using a relational database. It is much more scaleable, it handles concurreny and it is probably faster than you think.

Re: Idle time?

2007-08-04 Thread Joachim Zobel
Am Donnerstag, den 02.08.2007, 13:00 -0400 schrieb Farokh Irani: Does apache support calling modules at idle time, ie after a time interval when there's nothing going on, calling the modules so they can get some processing time? AFAIK no. You can run a job that uses OS process priorities

Re: Idle time?

2007-08-04 Thread Nick Kew
On Thu, 2 Aug 2007 13:00:20 -0400 Farokh Irani [EMAIL PROTECTED] wrote: Does apache support calling modules at idle time, ie after a time interval when there's nothing going on, calling the modules so they can get some processing time? It's not clear to me what you're looking for, but a

Re: svn commit: r562507 - /httpd/httpd/trunk/modules/filters/mod_deflate.c

2007-08-04 Thread Ruediger Pluem
On 08/03/2007 05:42 PM, [EMAIL PROTECTED] wrote: Author: niq Date: Fri Aug 3 08:42:30 2007 New Revision: 562507 URL: http://svn.apache.org/viewvc?view=revrev=562507 Log: Generalise the content encoding detection and protocol: so it aslo works in inflate out filter, as suggested by

Re: svn commit: r560689 - in /httpd/httpd/trunk: CHANGES modules/filters/mod_deflate.c

2007-08-04 Thread Ruediger Pluem
On 08/01/2007 11:53 AM, Joe Orton wrote: On Sun, Jul 29, 2007 at 08:35:58AM -, [EMAIL PROTECTED] wrote: Author: niq Date: Sun Jul 29 01:35:56 2007 New Revision: 560689 URL: http://svn.apache.org/viewvc?view=revrev=560689 Log: Fix protocol handling in mod_deflate input filter PR

Re: svn commit: r561352 - /httpd/httpd/trunk/modules/http/http_protocol.c

2007-08-04 Thread Ruediger Pluem
On 07/31/2007 08:52 PM, Ruediger Pluem wrote: On 07/31/2007 04:54 PM, wrote: Author: gregames Date: Tue Jul 31 07:54:46 2007 New Revision: 561352 URL: http://svn.apache.org/viewvc?view=revrev=561352 Log: this appears to be a mv rather than a swap, so we should be able to simplify

Re: TR schedule

2007-08-04 Thread Ruediger Pluem
On 08/03/2007 06:21 PM, Jim Jagielski wrote: Lets shoot for a TR of 1.3, 2.0 and 2.2 on Aug 10th... That means a possible release on the 13th. That way, admins aren't compelled to upgrade before/during the weekend (other- wise, TR on the 8th and release on the 10th would make sense) +1 in

Re: svn commit: r562507 - /httpd/httpd/trunk/modules/filters/mod_deflate.c

2007-08-04 Thread Nick Kew
On Sat, 04 Aug 2007 13:35:20 +0200 Ruediger Pluem [EMAIL PROTECTED] wrote: On 08/03/2007 05:42 PM, [EMAIL PROTECTED] wrote: Author: niq Date: Fri Aug 3 08:42:30 2007 New Revision: 562507 URL: http://svn.apache.org/viewvc?view=revrev=562507 Log: Generalise the content encoding

Re: svn commit: r560689 - in /httpd/httpd/trunk: CHANGES modules/filters/mod_deflate.c

2007-08-04 Thread Nick Kew
On Sat, 04 Aug 2007 13:46:23 +0200 Ruediger Pluem [EMAIL PROTECTED] wrote: This bit is also broken - unsetting C-L here is wrong presumably because the HTTP input filter no longer knows how to fetch the request body. t/modules/deflate.t in the test suite triggers the issue; removing that

Re: TR schedule

2007-08-04 Thread Jim Jagielski
On Aug 4, 2007, at 1:20 AM, Sander Temme wrote: On Aug 3, 2007, at 9:21 AM, Jim Jagielski wrote: Lets shoot for a TR of 1.3, 2.0 and 2.2 on Aug 10th... That means a possible release on the 13th. That way, admins aren't compelled to upgrade before/during the weekend (other- wise, TR on the

Re: TR schedule

2007-08-04 Thread Jim Jagielski
On Aug 4, 2007, at 8:01 AM, Ruediger Pluem wrote: On 08/03/2007 06:21 PM, Jim Jagielski wrote: Lets shoot for a TR of 1.3, 2.0 and 2.2 on Aug 10th... That means a possible release on the 13th. That way, admins aren't compelled to upgrade before/during the weekend (other- wise, TR on the 8th

mod_auth_sspi

2007-08-04 Thread Simon Fuhrer (privat)
hello I extend the module mod_auth_sspi to provide some password features (password revoked, Password must change ...). All works fine but i think that the modul has a bug and i don't know how to resolv it. i'm not the absolute programmer but small things are ok for me. :-) I think you can

Vhosts running as different userids (was: Re: Inclusion of mpm-itk into HEAD)

2007-08-04 Thread Vegard Svanberg
In the thread Inclusion of mpm-itk into HEAD, Paul Querna ([EMAIL PROTECTED]) and Joshua Slive's ([EMAIL PROTECTED]) posts on June 25th brings up a streamlined proxy approach (my words) to separate apache processes user ids, most commonly a very much wanted/requested feature in (large) virtual

Re: Vhosts running as different userids (was: Re: Inclusion of mpm-itk into HEAD)

2007-08-04 Thread William A. Rowe, Jr.
Vegard Svanberg wrote: In the thread Inclusion of mpm-itk into HEAD, Paul Querna ([EMAIL PROTECTED]) and Joshua Slive's ([EMAIL PROTECTED]) posts on June 25th brings up a streamlined proxy approach (my words) to separate apache processes user ids, most commonly a very much wanted/requested