You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Vladislav Safronov <vl...@comptek.ru> on 2000/06/29 11:05:25 UTC

does __END__ at the end save memory?

Hi, 

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

Best regards,

/Vlad

Re: does __END__ at the end save memory?

Posted by Doug MacEachern <do...@covalent.net>.
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.