Re: XForms: timers

From: Steve Lamont (spl@szechuan.ucsd.edu)
Date: Mon Apr 03 2000 - 10:14:32 EDT

  • Next message: Danny G. Holstein: "Re: XForms: timers"

    # To subscribers of the xforms list from spl@szechuan.ucsd.edu (Steve Lamont) :

    > It seems as if the timer callbacks are disabled when my main program calls
    > sleep(seconds), is that by design? Is there a workaround?

    *Everything* is disabled when you enter a system call that blocks.
    You've siezed control of the CPU and handed it over to the system.
    XForms can only dispatch callbacks when it has control.

    Why are you calling sleep()? Can't you use a timeout instead?

                                                            spl
    _________________________________________________
    To unsubscribe, send the message "unsubscribe" to
    xforms-request@bob.usuhs.mil or see
    http://bob.usuhs.mil/mailserv/xforms.html
    XForms Home Page: http://world.std.com/~xforms
    List Archive: http://bob.usuhs.mil/mailserv/list-archives/



    This archive was generated by hypermail 2b29 : Mon Apr 03 2000 - 10:19:14 EDT