> Is it possible that there was some kind
> of memory leak or other kind of buildup over time, as a result of the
> rapidly changing html sources?
Perl will not totaly release all resources when you recompile a script. So
there is a very small memory leak, that occurs when a script is
recompiled.Since recompiling doesn't occurs so often (compared to a normal
requests), that shouldn't be a problem normaly.
To see if this is really a memory issue, just watch the memory size of your
httpd child processes (e.g. via ps xau | grep httpd). If it is a memory
leak, we need to track down from where it comes. I don't expect that Embperl
is the source, because I always test Embperl for memory leaks before I make
a new release, but who knows....
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]