On Wed,  1 May 2002 11:11:46 -0400 CMS <[EMAIL PROTECTED]> wrote:

> Does Perl, or a script .pl every time someone would 
> access the site, with that script .pl does perl
> open another perl session, of itself ? 
> eg: 5 people connection, to web site, 5 perl running ??

   Yes it will launch 5 Perl interpretors. You can avoid this by using
   mod_perl which shares the interpretor inside of Apache itself.

  ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]> 
   Revolution Systems, LLC. 
  ---------------------------------


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to