Unidata / LDM

The Unidata Local Data Manager (LDM) system includes network client and server programs designed for event-driven data distribution, and is the fundamental component of the Unidata Internet Data Distribution (IDD) system.
http://www.unidata.ucar.edu/software/ldm
Other
43 stars 27 forks source link

Expand duplicate-product hashtable #105

Open semmerson opened 2 years ago

semmerson commented 2 years ago

Expand the size of the hash table in the product-queue module so that a duplicate product can be rejected even after the original one has been deleted from the queue. This might be done by either modifying the hash table in the product-queue or by moving the hash table to another file.