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.
Entire forum
➜ MUSHclient
➜ Perlscript
➜ PerlScript terrible memory !!!!
PerlScript terrible memory !!!!
|
Posting of new messages is disabled at present.
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,788 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,747 views.
Posting of new messages is disabled at present.
Refresh page
top