performance difference between apache/perl modules and registry scripts question

1999-10-06 Thread Greg Cope
Dear All I have been asked to code several apache / perl modules. these module accept a "post" consisting of a long string - do a few database things and return a long string to the browser. What are the advantages of using apache / mod_perl modules vs using a registry / mod_perl style CGI scri

Re: performance difference between apache/perl modules and registry scripts question

1999-10-06 Thread Perrin Harkins
This has been discussed on the list before. Please have a look at the archive and see if it answers your question. - Perrin On Wed, 6 Oct 1999, Greg Cope wrote: > Dear All > > I have been asked to code several apache / perl modules. > > these module accept a "post" consisting of a long string

Re: performance difference between apache/perl modules and registry scripts question

1999-10-06 Thread Joshua Chamas
Greg Cope wrote: > > Dear All > > I have been asked to code several apache / perl modules. > > these module accept a "post" consisting of a long string - do a few database > things and return a long string to the browser. > > What are the advantages of using apache / mod_perl modules vs using