M
Markus Mohr
Hello,
I have built a Perl/Tk-based program in a client-server-interacting
mode which is composed of about 15 separate modules.
For one special task, the parsing of a XML string containing an image
object in its CDATA section, I want to limit the usable memory to a
certain amount. This is necessary since otherwise the process takes as
much memory as possible and could lead to system breakdowns.
Is there a method do realize such a memory usage limitation?
And if so, does it have to be integrated in the XML parsing process,
or can I sort of integrate this statement in my main *.pl file?
Hope I made everything clear enough.
Sincerely
Markus Mohr
I have built a Perl/Tk-based program in a client-server-interacting
mode which is composed of about 15 separate modules.
For one special task, the parsing of a XML string containing an image
object in its CDATA section, I want to limit the usable memory to a
certain amount. This is necessary since otherwise the process takes as
much memory as possible and could lead to system breakdowns.
Is there a method do realize such a memory usage limitation?
And if so, does it have to be integrated in the XML parsing process,
or can I sort of integrate this statement in my main *.pl file?
Hope I made everything clear enough.
Sincerely
Markus Mohr