Re: [EMAIL PROTECTED] RewriteMap question

2008-06-05 Thread Krist van Besien
On Wed, Jun 4, 2008 at 7:32 PM, Josh Trutwin <[EMAIL PROTECTED]> wrote: > > 1. if you update a dbm map file do you need to reload anything or > will the apache rewrite module pull in the changes on the fly? If you change the dbm map it is reloaded. No need to restart apache. > 2. I see a script o

Re: [EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Josh Trutwin
On Wed, 4 Jun 2008 13:04:42 -0400 "Joshua Slive" <[EMAIL PROTECTED]> wrote: > Just use a dbm rewritemap. These will be fast and scalable and don't > suffer from all the prg map problems. ok - I think that's the road I'll try to take - couple quick questions: 1. if you update a dbm map file do yo

Re: [EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Eric Covener
On Wed, Jun 4, 2008 at 12:00 PM, Josh Trutwin <[EMAIL PROTECTED]> wrote: > We have a RewriteMap program that is kicked off via the following: > > RewriteMap smc_rewriter prg:/usr/share/php/rewriter.php > > This works well most of the time, but for heavy use it really can bog > down as there is alwa

Re: [EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Joshua Slive
On Wed, Jun 4, 2008 at 12:37 PM, Josh Trutwin <[EMAIL PROTECTED]> wrote: > On Wed, 4 Jun 2008 12:08:28 -0400 > "Joshua Slive" <[EMAIL PROTECTED]> wrote: > >> > Is it possible to start multiple instances of this program? >> >> No, not directly. >> >> A few possibilities: >> >> 1. Try to do whatever

Re: [EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Josh Trutwin
On Wed, 4 Jun 2008 12:08:28 -0400 "Joshua Slive" <[EMAIL PROTECTED]> wrote: > > Is it possible to start multiple instances of this program? > > No, not directly. > > A few possibilities: > > 1. Try to do whatever you are doing without an prg: rewritemap. > These should really be a last resort f

Re: [EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Joshua Slive
On Wed, Jun 4, 2008 at 12:00 PM, Josh Trutwin <[EMAIL PROTECTED]> wrote: > We have a RewriteMap program that is kicked off via the following: > > RewriteMap smc_rewriter prg:/usr/share/php/rewriter.php > > This works well most of the time, but for heavy use it really can bog > down as there is alwa

[EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Josh Trutwin
We have a RewriteMap program that is kicked off via the following: RewriteMap smc_rewriter prg:/usr/share/php/rewriter.php This works well most of the time, but for heavy use it really can bog down as there is always only one of these programs running to handle all the requests. Is it possible t