Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ MUSHclient ➜ Perlscript ➜ PerlScript terrible memory !!!!

PerlScript terrible memory !!!!

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Misha   (1 post)  Bio
Date Thu 23 Jan 2003 12:40 AM (UTC)
Message
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>
Top

Posted by Shadowfyr   USA  (1,790 posts)  Bio
Date Reply #1 on Thu 23 Jan 2003 02:44 AM (UTC)
Message
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. ;)
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


9,847 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.