Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Bug Report
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-11-2010, 06:25 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Temporary TStaticVars & Classes

Serverside temporary TStaticVars are not being cleared from memory apparently.

Example:
PHP Code:
function myFunc() {
  
temp.= new TStaticVar();
  
temp.v.join("myclass");
  
sleep(0.1);
  return 
temp.v;

After this function is called, the temp.v stays in memory and doesn't appear to get destroyed. This is a big problem for me.

This also shows an example of my other issue. After you join something to a class, you have to sleep to wait for it to load. It would be very very nice if it would stop the stream to let the class load, since I'm sure it loads faster than 0.1 seconds.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:28 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.