Re: Check POP3 E-mail

From: krakle (krakle_at_visto.com)
Date: 11/06/04


Date: 6 Nov 2004 07:46:49 -0800


"A. Sinan Unur" <1usa@llenroc.ude.invalid> wrote in message news:<Xns9598802954588asu1cornelledu@132.236.56.8>...
> krakle@visto.com (krakle) wrote in
> news:237aaff8.0411050643.56e045a0@posting.google.com:
>
> > arguement. mod_perl scripts stay in memory. Unless you reset the
> > values of a variable at the beginning of the script or before that
> > variable is used it may contain the previous users data...
>
> Your statement is full of half truths. If you don't write 'good' programs,
> then bad things surely mya happen. However, I have quite a few CGI scripts
> that are being run under mod_perl, and I have yet to run into such an
> issue.
>
> Sinan.

Then you don't use mod_perl much. See my example.



Relevant Pages

  • Re: Check POP3 E-mail
    ... >> Your statement is full of half truths. ... >> Sinan. ... anyway whether your script is running under mod_perl or not. ...
    (comp.lang.perl.misc)
  • Re: Check POP3 E-mail
    ... > values of a variable at the beginning of the script or before that ... I have quite a few CGI scripts ... Sinan. ...
    (comp.lang.perl.misc)
  • Re: Top Commands
    ... > I have been running a number of perl-based cgi scripts on a RedHat 9 ... > filename in the Commands column. ... > 4.10 Release server and instead of listing each cgi script's filename ... You can try chmodding each script to have all +x permissions and try ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Apache buffer
    ... Cpanel failed to flush the outputs from my CGI scripts and PHP scripts ... the script finished. ... hosting machine of RedHat 7.3 with Apache 1.3.37 and my home computer ... client until either the buffers were full or the CGI script completed. ...
    (comp.infosystems.www.servers.unix)
  • Re: Writing shared libraries using Lisp
    ... coming from recreating the base core image from scratch every time, *NOT* something you want to be doing in CGI scripts... ... image-based language like Lisp. ... In the CGI case that means FastCGI, so you don't startup/shutdown that much anymore; in the shell script case it means using something like the emacs server that runs in the background and executes stuff. ... With a system like Plan9 you could even integrate in into the file system, by making it emulate a /bin directory. ...
    (comp.lang.lisp)