Pool cleanups on Windows Server 2008

2008-04-29 Thread César Leonardo Blum Silveira
Hello, The application we develop at the company where I work is presenting some problems in Windows Server 2008. Basically, the pplication consists of a bunch of Apache modules that serves our purposes. For what we have observed so far, pool cleanups reigstered for the server pool in the post

Re: Pool cleanups on Windows Server 2008

2008-04-29 Thread William A. Rowe, Jr.
César Leonardo Blum Silveira wrote: Hello, The application we develop at the company where I work is presenting some problems in Windows Server 2008. Basically, the pplication consists of a bunch of Apache modules that serves our purposes. For what we have observed so far, pool cleanups

Re: Pool cleanups on Windows Server 2008

2008-04-29 Thread César Leonardo Blum Silveira
On Tue, Apr 29, 2008 at 1:18 PM, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: César Leonardo Blum Silveira wrote: Hello, The application we develop at the company where I work is presenting some problems in Windows Server 2008. Basically, the pplication consists of a bunch of Apache

Re: Pool cleanups on Windows Server 2008

2008-04-29 Thread William A. Rowe, Jr.
César Leonardo Blum Silveira wrote: On Tue, Apr 29, 2008 at 1:18 PM, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: César Leonardo Blum Silveira wrote: Hello, The application we develop at the company where I work is presenting some problems in Windows Server 2008. Basically, the pplication

Re: Better mod_unique_id

2008-04-29 Thread Ian Holsman
Hi Konstantin. I'm about to look at the same issue for my employer. for my version I was planning on using apr_uuid_get that uses uuid_create / uuid_generate function to generate a unique value. have you looked at this function? regards Ian Konstantin Chuguev wrote: Hi, I'm developing a

Re: mod_deflate Vary header tweak

2008-04-29 Thread Henrik Nordstrom
On tis, 2008-04-29 at 09:42 +0200, André Malo wrote: Just to be exact - it *might* vary, depending on how no-gzip is set. But then most likely not based on Accept-Encoding but other headers such as User-Agent or the source IP... In any event I fully agree that it's then the responsibility of

Re: On future mod_wombat improvements

2008-04-29 Thread Corsix
Hey Maxime, My thoughts on possible improvements for mod_wombat are as follows: * Lua bindings for relevant portions of the Apache Portable Runtime; the io, lfs (LuaFileSystem) and luasocket libraries look like they could be nicely done through APR functions * Better win32/VisualC++ support *

Re: AuthzMergeRules directive

2008-04-29 Thread Brad Nicholes
On 4/18/2008 at 8:53 AM, in message [EMAIL PROTECTED], Chris Darroch [EMAIL PROTECTED] wrote: Brad Nicholes wrote: I could go along with switching the default merging rule from OR to AND, even within a dir block. The reason why it is OR today was basically for backward compatibility.

autoconf macros

2008-04-29 Thread Jack Bates
I use the CHECK_APACHE() autoconf macro in my Apache module project: http://mod-atom-svn.googlecode.com/svn/trunk/m4/ The macro checks that Apache development files are available, that they are newer than a specified version, and sets up the necessary CFLAGS and LDFLAGS for building the module. I

How to measure throughput

2008-04-29 Thread Niko Wilfritz Sianipar Sianipar
I want to add a number code in sendfile_it_all function in core_filters.s. The web server will send the file according to the connection's throughput. I use SO_PRIORITY and setsockopt (differentiared service mechanism) to do that. the problem is how to measure the connection's throughput before