> PS: I still question the copying of the mmap data into the pool in > pool_setaside()... it seems to me that it's easy for that to accidentally > copy a very large file in its entirety into memory. What am I missing?
Your right, this can do that. However, we really can't keep that from happening. In reality, the mmap_setaside function should just map it back to a file opened out of the new pool. Ryan _____________________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] -----------------------------------------------------------------------------
