PerlScript terrible memory !!!!

Posted by Misha on Thu 23 Jan 2003 12:40 AM — 2 posts, 12,325 views.

#0
Running this script will result in memory leaks, after 100000 hits IIS fails to respond.
How come ActiveState fails such a simple test.

Note, I use PersScript provided by ActivePerl from ActiveStete, build 804.

<html>
<head>
</head>
<body>

<script language="PerlScript" RunAt=Server>
sub DoSmth
{
$Response->Write('Message from Perl');
}
my $val = 1;
</script>

<%Call DoSmth%>
</body>
</html>
USA #1
Umm. Sort of the wrong forum. Mushclient doesn't use HTML and thus it is hard to say if your leak is due to the Perl script engine or the browser that runs it. In either case I doubt anyone here will have a clue. ;)