in reply to Re: Suggestions for optimizing this code...
in thread Suggestions for optimizing this code...
Unfortunately (as mentioned in my original post) I have to use sysread & syswrite. These only basically generate one IO process. In the case of say a one meg file reading and writing using buffered IO will use 2000 IO process each way...