next up previous contents
Next: Summary and Discussion Up: Related Work Previous: Related Work

Subsections

Comparison

News Database

The nntpcache stores its active database using a dbm database, while the News Cache uses the NVHash class of the Non Volatile Container Library.

The overview database is stored by the nntpcache using its own memory mapped database similar to the News Cache. However, nntpcache has the disadvantage that it uses multiple files for a single overview database. This puts higher demands onto the file system.

The article database is managed in exactly the same way. Both caches use the format used by the INN news server.

Functionality

In its current release nntpcache has the following features that are currently not supported by News Cache:

The News Cache provides the following features not supported by nntpcache:


next up previous contents
Next: Summary and Discussion Up: Related Work Previous: Related Work
gschwind@infosys.tuwien.ac.at