Re: slotmen API thoughts

2009-01-01 Thread Jim Jagielski
On Dec 31, 2008, at 3:12 PM, Chris Darroch wrote: Hi -- First of all, many thanks to Jim Jagielski, Jean-Frederic Clere, and Brian Akins for the slotmem API! Personally I think it would be great to see the mod_auth_digest and/or mod_proxy module gradually migrate toward using either the

Re: slotmen API thoughts

2009-01-01 Thread Jim Jagielski
On Dec 31, 2008, at 3:12 PM, Chris Darroch wrote: - model API closely on socache API - include/ap_slotcache.h defines the following: - does not define internals of ap_slotcache_t; leave that to providers - no lock/unlock functions; leave that to callers but signal need for them with

mod_dbd issues

2009-01-01 Thread Matthew Rushton
Hi,   I'm trying to use mod_dbd for a Linux module with a Postgres backend and am running into a bunch of issues. It seems easy enough but all my queries are failing becasue I'm not getting back a valid db handle either. Here's my httpd.conf: LoadModule dbd_module modules/mod_dbd.so DBDriver

Re: slotmen API thoughts

2009-01-01 Thread Jim Jagielski
On Jan 1, 2009, at 11:44 AM, Jim Jagielski wrote: One thing which adds a wrinkle is that I envision various modules using various providers for slotmem, so, for example, mod_proxy would used shared mem and mod_cache would use DBM for example. In this case, you have one interface to 2

Re: mod_dbd issues

2009-01-01 Thread Ruediger Pluem
On 01/01/2009 05:50 PM, Matthew Rushton wrote: Hi, I'm trying to use mod_dbd for a Linux module with a Postgres backend and am running into a bunch of issues. It seems easy enough but all my queries are failing becasue I'm not getting back a valid db handle either. Here's my

Re: mod_dbd issues

2009-01-01 Thread Matthew Rushton
After some debugging inside Apache I have figured out half the problem, I was using dbd instead of dbd-handle. It sucks being a newbie:( The CentOS problem remains though and is unrelated. I will try and put the latest on and see if that fixes the issue. Thanks for the help. -Matt --- On

Re: Re: mod_fcgid license questions

2009-01-01 Thread pqf
Hi, guys Good news is I track down another author now. We are talking about the license questions now, so far so good :) Thanks -原始邮件- 发件人: Chris Darroch chr...@pearsoncmg.com 发送时间: 2009年1月1日 星期四 收件人: dev@httpd.apache.org 抄送: 主题: Re: mod_fcgid license questions Hi -- On

Re: mod_fcgid license questions

2009-01-01 Thread Piotr Gackiewicz
On Wed, 31 Dec 2008, pqf wrote: Hi, guys Thanks Chris first :) Please take a look at the attachments, I got it from my mail archive. The errorlog patch is a minor patch. the poll patch change not much lines of code, but it did come with original idea. If Piotr