Analysis: Mailbox Directory
Problems
- Typically has to scan entire directory tree to build mailbox status
- Must know size of each message
- Must stat() each file or have file size encoded in file name
- Must know UIDL value for each message
- Must open and read each file
- Can solve these problems by using index
- Still doesnít eliminate sync. meta-data updates