home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / graphics / avs / 1080 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.4 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!usc!hacgate!valkris!hayes
  2. From: hayes@valkris.aero.org (Brian Hayes 74-35 x65129)
  3. Newsgroups: comp.graphics.avs
  4. Subject: Re: AVScorout_event_wait
  5. Message-ID: <24841@hacgate.SCG.HAC.COM>
  6. Date: 22 Jan 93 21:26:28 GMT
  7. References: <24829@hacgate.SCG.HAC.COM>
  8. Sender: news@hacgate.SCG.HAC.COM
  9. Organization: Hughes Aircraft Company, EDSG
  10. Lines: 26
  11.  
  12. In article <24829@hacgate.SCG.HAC.COM> hayes%valkris@hac2arpa.hac.com (Brian Hayes 74-35 x65129) writes:
  13. >Has anyone been succesful with the AVScorout_event_wait() library 
  14. >routine?
  15. >
  16. >I'm using it with sockets and I've noticed that the routine seems to 
  17. >ignore any timeout value passed to it.
  18. >
  19. We'll, I've found the answer to my problem.  Thank goodness for undocumented 
  20. "features" in the AVS manuals: otherwise, debugging would be such a bore=;^).
  21.  
  22. On DEC 5000 ULTRIX (and maybe other machines too):
  23. A coroutine module must operate synchronously (AVScorout_set_sync(1)) so 
  24. that AVScorout_event_wait() will function properly with respect to timeout.
  25. If the coroutine module is operating asynchronously, it will return 
  26. immediately regardless of the timeout value (NULL or non-NULL).
  27.  
  28. GRRRR. (Release product, allow users to find bugs, announce upgrade program).
  29.  
  30.  
  31.  
  32.  
  33.  
  34. -- 
  35. | Brian Hayes        | "Know you analysis and design methodology, |
  36. | (310) 616-5129    |  its strengths and weaknesses!" -B.S.Hayes |
  37. | hayes@hac2arpa.hac.com| <standard disclaimer here>                 |
  38.