#89171 - 2002-11-07 04:17 PM
Re: bbCheckerII 1.5
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
Well, have to compare apples to apples here and one cant really compare LoginScript to BBChecker because they're two different beasts. Forms does leak over long periods of time ... in the case of LoginScript, it runs, comsumes memory, then gives it all back to the OS when the Kixscript finishes and is released from memory ...
Jooels script runs 24/7 and slowly eats away at memory, never giving any back - plus, if memory serves, Jooel had to do some funky things to get the slider to run properly. Im not sure whether BBChecker is doing anything in particular to cause the leak - its probably forms that is leaking. But just as a test, heres the "ideal" way to pop a dialog and you might want to check memory usage on this:
code:
Break On $Form = CreateObject("Kixtart.Form") $Form.Text = "Form" $Button = $Form.Button() $Button.Text = "Popup" $Button.Center $Button.OnClick = "Button_Click()" Function Button_Click Dim $Form $Form = CreateObject("Kixtart.Form") $Form.Text = "Dialog" $Form.ClientWidth = 200 $Form.ClientHeight = 200 $Form.Center $Form.Show While $Form.Visible $=Execute($Form.DoEvents) Loop EndFunction $Form.Center $Form.Show While $Form.Visible $=Execute($Form.DoEvents) Loop
|
|
Top
|
|
|
|
Moderator: Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart
|
2024-03-08 [mole]
Thanks for getting the posts back again.
2024-04-18 [MarineV]
will the db errors get fixed????
2024-04-26 [Tonny]
database error, please!
2024-05-09 [NTDOC]
I'm not seeing any errors
2024-05-31 [chojin]
DB is down again
2024-06-04 [selsner]
Still no access, please help!
2024-06-07 [mole]
Looks like DB is back again. Thanks.
2024-06-17 [It_took_my_meds]
We encountered a problem. The reason reported was Database error only visible to forum administrators Please click back to return to the previous page.
2024-07-04 [Armin73]
There is still a database error 🤷♂️
2024-07-09 [0neZero]
There is still a database error 🤷♂️
2024-07-10 [Allen]
DB working a few times in between the messages above. Working again as of 7/10. Thanks Doc
2024-08-31 [NetGnostic]
Bummer, the Database error is back.
2024-09-04 [NTDOC]
Fourms are back up without error for the moment
2024-10-02 [Arend_]
Wll still have database errors ;-)
2024-10-03 [Allen]
Thanks to Doc... it's back.
2024-12-09 [chojin]
could we move kixtart to a new place in order to keep it living ? maybe create a github page and a subreddit?
2024-12-10 [Allen]
do know about moving it, but I know Doc is aware of the DB issue. Should be back online soon.
2024-12-10 [Allen]
don't know...
2025-02-09 [Comet]
Greetings. I installed KiX on my new Windows 11 computer, and joined this foum. Hello World!
2025-02-10 [Allen]
Welcome
2025-03-07 [Comet]
UBB Error We encountered a problem. The reason reported was Database error only visible to forum administrators
2025-06-30 [mole]
Thanks for getting this working again.
2025-07-28 [mole]
UBB Error We encountered a problem. The reason reported was Database error only visible to forum administrators
2025-08-01 [Arend_]
I think it's fixed, I don't have the problem.
2025-10-06 [Comet]
The UBB Error no longer happens for me.
2025-10-21 [M_Moore]
UBB Error We encountered a problem. The reason reported was Database error only visible to forum administrators Please click back to return to the previous page.
2025-10-26 [NTDOC]
System has been cleaned up. Should be okay again now.
2025-10-26 [Allen]
Thank You Doc. Really appreciate your efforts!
|
|
0 registered
and 532 anonymous users online.
|
|
|