Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Doug Golenski #1
Ending CPU Hogging in Director
Over at Director online there is an article by Alex Zavatone on ending CPU hogging by Director apps...here's a link:
[url]http://www.director-online.com/buildArticle.php?id=1122[/url]
It sounds great but I have not been able to find the Xtra that Alex mentions in the article. I am using Director 8.5.1 for this project and cannot find the Xtra on either the 8.5 CD or the 8 CD. According to Alex the Xtra has been called "UI Helper Xtra", "Watcher Helper Xtra" and "JavaUIHelper.x32".
Is anyone familiar with where I can find the Xtra for DFW 8.5.1?
tia,
Doug
Doug Golenski Guest
-
Hogging of coldfusion
I am using the cold fusion verison 6.1 with apache. I am facing a problem, the cold fusion web server would gets hogged using lot of CPU usage and... -
coldfusion 6.1 binding up... hogging memory..
Yikes. I am fielding an application today. We had eight user hit a page and memory is almost maxing out. The jrun appears to be the issue. The... -
for loop not ending
Ok. Here's my situation. I am modifying a Perl script that was created some time ago and am learning Perl on kind of a "trial by fire" basis... -
Ending Session
I am trying to end a session for a site without having to completely close the browser to end it. When I access the site and log in it works... -
To find out who is/are hogging disk resource
Hello All, Is there a way to see who is/are using/hogging all the disk resource in AIX? Thanks a million. Bob Bale -
johnAq webforumsuser@macromedia.com #2
Re:Ending CPU Hogging in Director
I think it is part of the 'Save as Java' package which needs to be installed separately (if it is still available at all)
Buddy API also has a 'Sleep' function that does the same as described in the article.
Also - look onto the native lingo command 'idleHandlerPeriod' which requires no xtra and regulates how often idle events are generated. I've used this in the past to reduce CPU usage successfully, but beware it can affect the reponsiveness of things like mouseEnter/mouseLeave (I image the sleep command would do the same but have not tested). I use the activate/deactivate application technique described in the article to only drop usage when app is in the bg.
I haven't done any tests or comparisons between the two techniques & don't know if the idleHandlerPeriod techniue has disadvantages compared to sleep or if it was just an ommission from the article
hth
johnAq
johnAq webforumsuser@macromedia.com Guest
-
Doug Golenski #3
Re: Re:Ending CPU Hogging in Director
Thanks, John. I have and use buddyAPI all the time...never noticed the
sleep function.
thanks again,
Doug
"johnAq" <webforumsuser@macromedia.com> wrote in message
news:bqsp7p$ncg$1@forums.macromedia.com...installed separately (if it is still available at all)> I think it is part of the 'Save as Java' package which needs to bethe article.>
> Buddy API also has a 'Sleep' function that does the same as described inrequires no xtra and regulates how often idle events are generated. I've>
> Also - look onto the native lingo command 'idleHandlerPeriod' which
used this in the past to reduce CPU usage successfully, but beware it can
affect the reponsiveness of things like mouseEnter/mouseLeave (I image the
sleep command would do the same but have not tested). I use the
activate/deactivate application technique described in the article to only
drop usage when app is in the bg.know if the idleHandlerPeriod techniue has disadvantages compared to sleep>
> I haven't done any tests or comparisons between the two techniques & don't
or if it was just an ommission from the article>
> hth
>
> johnAq
>
>
Doug Golenski Guest



Reply With Quote

