Vincent Reydet <[email protected]> writes: > But if mod_cache starts to read a file, and rm erase this file at this > moment, a bad content is sent to the client ? > It would happen on a big website no ?
That's not a problem on Unix. If mod_cache has the file open, the content won't go away until the file is closed, even if rm removes the directory entry. I wouldn't try it on Windows, though. Dan Poirier [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
