The product-queue is a memory-mapped file that temporarily stores data-products. Access to the product-queue is via the pq module, which coordinates access by the reading and writing processes to ensure that the product-queue isn't corrupted.
The product-queue has the following characteristics:
The canonical pathname of the LDM product-queue, relative to the LDM home-directory, is data/ldm.pq
A paper on implementation-details can be found here.