Subject: None
To: Lennart Augustsson <lennart@augustsson.net>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: current-users
Date: 10/11/2000 19:22:42
>Last time I had a look at the pcmcia/cardbus code it had far too
>make delay()s in it.  Obscene is the word.  :)
^^^ many?

its not just the number of delay() calls, its the magnitude of the
delay times, on the order of 0.3 seocnds per function.  Thats never
going to play happily with 20msec USB audio samples, and
drivers/hardware which want interrupt service at 50hz.

I s'pose thats what you meant though.