in reply to Re: Re: Scaling single-script CGI applications
in thread Scaling single-script CGI applications
From the Abstract of CGI::Application's documentation:
The guiding philosophy behind CGI::Application is that a web-based application can be organized into a specific set of ``Run-Modes.'' Each Run-Mode is roughly analogous to a single screen (a form, some output, etc.). All the Run-Modes are managed by a single ``Application Module'' which is a Perl module.Since the subject of the node is "Scaling single-script CGI applications" (my emphasis) I thought it important to point out that the single-module approach is not the way to go. But we agree on that, right? :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Scaling single-script CGI applications
by Hero Zzyzzx (Curate) on Jul 09, 2001 at 07:08 UTC |