> It is a myth that mmap helps you to read file faster. I can quite believe that but it does save you wasting memory by duplicating data. Interestingly last time I looked SunOS's implementation of cat used mmap (for a file obviously). Jon