Re: "Better" mod_unique_id

2008-04-30 Thread Konstantin Chuguev
e you looked at this function? regards Ian Konstantin Chuguev wrote: Hi, I'm developing a solution generating unique IDs for the requests to websites that are not only clustered but also geographically dispersed. This implies the following: - the website's virtual host section on e

"Better" mod_unique_id

2008-04-28 Thread Konstantin Chuguev
ns_ip_addr;] // 0 to 16 bytes Comments and suggestions are appreciated. Konstantin Chuguev Software Developer Clickstream Technologies PLC, 58 Davies Street, London, W1K 5JF, Registered in England No. 3774129

Backporting persistent proxy back-end SSL connections

2008-04-28 Thread Konstantin Chuguev
://svn.apache.org/viewvc?view=rev&revision=602542 What is required in order for it to be backported to the forthcoming release? Konstantin Chuguev Software Developer Clickstream Technologies PLC, 58 Davies Street, London, W1K 5JF, Registered in England No. 3774129

Excessive chunking [was: mod_disk_cache and atimes]

2008-03-26 Thread Konstantin Chuguev
xceed 8000. The filter then buffers the buckets together. Very clever. KC On 26 Mar 2008, at 15:22, Dirk-Willem van Gulik wrote: On Mar 26, 2008, at 4:15 PM, Konstantin Chuguev wrote: Can you please clarify your mentioning the bucket-brigade footprint? Are they so slow they make memory

Re: mod_disk_cache and atimes

2008-03-26 Thread Konstantin Chuguev
Hi Dirk-Willem, Can you please clarify your mentioning the bucket-brigade footprint? Are they so slow they make memory-based cache no more efficient then disk-based one? Or the opposite: sendfile() works so well that serving content from memory is not any faster? I'm developing an Apache