EventLoop Timers and Sleep Request/Demand OSX

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default EventLoop Timers and Sleep Request/Demand OSX

    Is anything in particular required of my app which has a (perhaps running)
    EventLoopTimer under OSX when Sleep is called? I have a SleepQProc installed
    to handle a few other housekeeping chores for sleep, but at the moment don't
    worry about the timer.

    Thanks

    brucecoughlin Guest

  2. Similar Questions and Discussions

    1. PDF on-demand generation from ASP
      I need to be able to create on-demand PDF files from an asp page. Has anyone else done something similar? if so what did you use to do it and what...
    2. forms authentication automatic logout without timers?
      Hello, I have a web application that uses forms authentication. I have been asked to implement a feature that logs users out automatically if they...
    3. Hey old timers . . . MX Chart Xtra?
      I say old timers, but this one only dates back to 1996. I'm working on a project that involves "upgrading" the project from Director 4 to Director...
    4. timers
      solution: http://portfolio.jumpout.co.uk/examples/director/timeout.zip "Sue" <slott@ix.netcom.com> wrote in message...
    5. Timers in application web programming
      I'm trying to get my page to automatically update a data table every 10 seconds but using the System.Timer object doesn't seem to work. Anyone...
  3. #2

    Default Re: EventLoop Timers and Sleep Request/Demand OSX

    In article <BB83BF45.40CE%brucecoughlin@nyc.rr.com>,
    brucecoughlin <brucecoughlin@nyc.rr.com> wrote:
    > Is anything in particular required of my app which has a (perhaps running)
    > EventLoopTimer under OSX when Sleep is called? I have a SleepQProc installed
    > to handle a few other housekeeping chores for sleep, but at the moment don't
    > worry about the timer.
    No (and of course, the time will not be called while the machine is sleeping)

    meeroh

    --
    If this message helped you, consider buying an item
    from my wish list: <http://web.meeroh.org/wishlist>

    Miro Jurisic 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