Re: How to pre-open files in apache's processes
Xiao Lan <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
2010/12/2 Torsten Förtsch <[email protected]>: > > But, looking at the module I think it can be slow because it relies heavily on > seek(). A better approach would be to mmap() the file. In perl it would look > then like a big string. My favourite tool for that is File::Map. > OK thanks for this info. I will take a look at File::Map. Regards.