You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2000/08/16 06:26:43 UTC

Re: does __END__ at the end save memory?

On Thu, 29 Jun 2000, Vladislav Safronov wrote:

> Hi, 
> 
> Does __END__ directive at the end of every mod_perl script
> reduce memory used by httpd ?

in a module, no.  in an Apache::Registry script, __END__ blocks are not
supported.  if they were, __END__ would consume more memory to maintain
the *DATA filehandle.