Obsdark
Looking for some NoSQL database with this characteristics
Good people, did any of you know some NOSQL database with this characteristics:
- (Hopefully) an API or some other code neutral way to interact with it directly.
- Reliability > Speed (Or anything else really, i need it than the data is reliable).
- Have scripting capabilities, something similar or on point with SPs right out of the box would be good.
- Can be installed locally, preferably using Docker but that is not a requirement.
Have found already:
- CouchDB: But its dependant of certain ubuntu versions, deprecate lists (which is his equivalent to something resorting SP) and for the other thing similar to SPs, this is Search, is an unnoficial plugin.
- RavenDB: You need a specific driver to it and there is some weird shenanigans when trying to run it on docker.
39 replies
❔ Problem of collections blocking when they shouldn't (BlockingCollection/ConcurrentQueue)
Hello there,
I have a problem with the producer-consumer patron in an application in net 6 (console, c#) which is using now a couple of BlockingCollections but used to use ConcurrentQueues, for referring to them for now on i will only talk about collections
The problem is than, when i use the method TalkTurn specifically, although both producer methods may still add elements to their respective collections with no problem, they stop process them for some reason, and none of this methods report anything like a crash or so, they are not restarted in StartTrade either and frankly i'm not certain on how to continue debbuging this issue anymore (so i hear suggestions in this one too).
Be aware tho than this only is triggered with the interactions with l_ReceiveBigMessages collection specifically, for some reason, even tho both collections are feeded and produce by them own methods, they both stop producing after this.
Any question, request of clarifications or possible solution will be very appreciated, i let a link with the relevant code in a nopaste
Looking forward to reading you
https://nopaste.linux-dev.org/?1338686
2 replies