VFSFileWrite does no buffering. Make sure you've implemented your own buffer layer and try to avoid writing less than 4K of data at a time to avoid rewriting sectors multiple times.
On 4/14/06, siegmar <[EMAIL PROTECTED]> wrote: > Hi > > I am working on the development of an ecg system.( Tungsten T3 ) > I receive 1000 Bytes/sec over v24 and have to display the data and to store > it on an SD card. > But VFSFileWrite is very slow ! I buffer the data in memory,but .. > > Is any other solution possible for streaming data to an sd card ? > With best regards -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
