mån 2006-05-15 klockan 18:05 +0800 skrev Adrian Chadd: > Its a shame I can't queue multiple read()s and write()s to the same FD; > threads > don't have a 'local' seek pointer to an FD as far as I can tell.
Well, the code could be changed to use pread/pwrite to solve this problem on most OS:es.. but be warned that some older OS:es emulate pread/pwrite using lseek + i/o.. Regards Henrik
signature.asc
Description: Detta är en digitalt signerad meddelandedel
