I 开发者_开发问答need to implement a module that can have multiple inputs to a dictionary (multiple threads writing to a dictionary) and 1 timed consumer that takes this dictionary, sends it away usin
I\'m implementing an OAuth consumer, which will run on various set-top-boxes. Some of them don\'t provide any means of storing user data permanently. When the STB is switched off, all data is lost (ap
Could someone check my code and tell me if I am on the right track.. It seems like I am a bit lost.. if you see my errors, please let me know them..
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'ve got an application which has some bugs. For some reason 2 consumers are created when only on开发者_JS百科e should be there - and one of them is not checked for messages anymore.
I\'m thinking how to implement the producer/consumer pattern in Java. Assume that I have 3 threads and a List containing tasks (say it\'s about 5 tasks). Each thread grab the task from the list and e
I have been trying all kinds of solution to the following problem; to no avail. I have a large number of (python) modules/scripts and a distinguished script, K.py .
I\'m trying to generate a request token using oauth2 in a Pyramid application for controlling access to an API I\'m developing.I\'m stuck trying to verify my consumer key and secret working from this
I\'m using a remote ActiveMQ server and Message driven Beans (4 different beans) to consume the messages.开发者_如何学运维
I\'m searching for documentation on how to write MP/MC queue to be lock-free or even wait-free. I\'m using .Net 4.0. Found a lot of C++ code, but I\'m not very familiar with me开发者_如何学Cmory model