Re: [EMAIL PROTECTED] RewriteMap prg vs cgi performance

2005-08-25 Thread Joshua Slive
On 8/25/05, allan juul <[EMAIL PROTECTED]> wrote: > hello, > > i'm in doubt whether to use a perl cgi script or a perl program via > mod_rewrite because of performance. > > the actual processing is handling a client certificate and some xml and > returning a base64-encoded string. processing take

[EMAIL PROTECTED] RewriteMap prg vs cgi performance

2005-08-25 Thread allan juul
hello, i'm in doubt whether to use a perl cgi script or a perl program via mod_rewrite because of performance. the actual processing is handling a client certificate and some xml and returning a base64-encoded string. processing takes less than a second but let's say it takes exactly one sec