On 5/10/05, Phillip Susi <[EMAIL PROTECTED]> wrote: > Why have a separate 'frontend' and 'backend'?
Because for example PHP is not thread-safe and PHP may (easily) crash (and you don't wish to allow that to crash the entire server). Or because you wish to run one backend as user A and another backend as user B.