Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!wuarchive!psuvax1!psuvm!tab113 From: TAB113@psuvm.psu.edu Newsgroups: comp.sys.mac.programmer Subject: Question - Use VBL or Def. Task? Message-ID: <90256.130529TAB113@psuvm.psu.edu> Date: 13 Sep 90 17:05:29 GMT Organization: Penn State University Lines: 15 I'm writing a program that needs to output data to a file while at the same time, new data may be comming into the Mac via an interface card. We would like to have the data saved upon its arrival, but we can not lose any data when doing this. My question: What is the best way to go about doing this? I'm using THINK C, version 4.0.2 with the TCLs. I've already tried setting up a VBL task which just did a SysBeep(1) and an interval of 60 ticks, but shortly into the application, the beeping stopped. Everything else worked fine. Anyway, if anyone has any info regarding this topic, please let me know. Thanks for listening! Michael Bitonti