Re: does __END__ at the end save memory?

2000-08-15 Thread Doug MacEachern

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.




does __END__ at the end save memory?

2000-06-29 Thread Vladislav Safronov

Hi, 

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

Best regards,

/Vlad