Ending CPU Hogging in Director

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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
  3. #2

    Default 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

  4. #3

    Default 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...
    > 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
    >
    >

    Doug Golenski Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139