Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brendanhay/databasequeue

A simple (blocking/threadsafe/.net 3.5) C# queue using json/binary/xml serialization and an underlying database as the storage mechanism (berkeleydb/sqlite/sqlcompact implemented)
https://github.com/brendanhay/databasequeue

Last synced: about 1 month ago
JSON representation

A simple (blocking/threadsafe/.net 3.5) C# queue using json/binary/xml serialization and an underlying database as the storage mechanism (berkeleydb/sqlite/sqlcompact implemented)

Awesome Lists containing this project

README

        

BerkeleyQueue

AdoNetQueueBase
- SqliteQueue
- SqlCompactQueue

BufferedQueue
SynchronizedQueue
QueueAdapter

BinarySerializer
XmlSerializer
JsonSerializer
CompositeSerializer