How can I create a queue in memory with C #

1

I currently have a problem in which I am presented with the option to generate a queue in RAM so that the data that enters it can be processed and used quickly without having reached the BD yet.

In my work we use C # as the main language and I would like to know if there are libraries or some type of .NET tool to generate and control this information in a RAM queue?

If it is not possible, what is the recommendation that you give me? The problem I have is that two identical records can not be processed in a certain period of time, but if both records enter at the same time thanks to the BD threads, both are processed and both are recorded in BD, when in fact one He must have entered and the next one must have failed as a duplicate.

Thank you very much in advance for your help!

    
asked by Jasson Ste Calderon Villalobos 04.05.2018 в 16:59
source

0 answers