> I know I'm stubborn. I understand that any memory that a mod_perl
> script grabs won't be released until the httpd process is killed. Maybe
> you're doing your buffering with your C code, and that memory does get
> released when done?
>
Embperl uses the Apache memory management for that purpose and Apache gives
it back after the request to the OS. What the OS actually does (if it's kept
for the same process or released) depends on your OS, like Jens-Uwe already
pointed out.
Gerald
P.S. If running as CGI, Embperl uses the C memory management
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]