Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/brendanhay/databasequeue
- Owner: brendanhay
- Created: 2010-07-11T08:35:54.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-18T21:05:49.000Z (over 14 years ago)
- Last Synced: 2024-10-13T23:48:17.756Z (2 months ago)
- Language: C#
- Homepage: Watch out for PInvoke*!
- Size: 1.34 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
BerkeleyQueue
AdoNetQueueBase
- SqliteQueue
- SqlCompactQueueBufferedQueue
SynchronizedQueue
QueueAdapterBinarySerializer
XmlSerializer
JsonSerializer
CompositeSerializer