Question about PB 3.5...
If I've got a file opened for binary, the LEN= statement sets PB's internal buffer size I believe. My question is this: If I do a PUT, is the data written immediately to the disk, or does PB actually do some sort of caching? I assume the LEN= just sets a block size that PB uses to read from disk, right?
Thanks,
Jason
[email protected]
If I've got a file opened for binary, the LEN= statement sets PB's internal buffer size I believe. My question is this: If I do a PUT, is the data written immediately to the disk, or does PB actually do some sort of caching? I assume the LEN= just sets a block size that PB uses to read from disk, right?
Thanks,
Jason
[email protected]
Comment