You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/msg_storage
Stefan Sayer 79a33c1a9c
more verbouse log
18 years ago
..
etc
Makefile
MsgStorage.cpp more verbouse log 18 years ago
MsgStorage.h
MsgStorageAPI.h
Readme.msg_storage

Readme.msg_storage

This is an example module for file system based storage for 
messages. It uses the file atime vs. mtime to determine whether a 
messagee is new.

This module lacks delete-locking of an open message 
directory, which means that its possible to delete a message in
one call and on a parallel call not be able to listen to that 
deleted message any more (even if it was in the list before). This 
should be very rare usage though.