producer-consumer
Producer Consumer in PHP and Java
I have a system where in I get requests via HTTP call to my PHP code(producer). This code adds the request parameters to a table in MYSQL(queue). This is then taken and processed by a java program(con[详细]
2023-03-04 13:13 分类:问答Choosing a data structure for a variant of producer consumer problem
Right now, I have a queue, with multiple producers and single consumer. Consumer thread开发者_StackOverflow中文版 operation is slow. Also, consumer takes element from queue through a peek operation,[详细]
2023-03-01 11:26 分类:问答ActiveMQ: Is MessageConsumer's selector process on the broker or client side?
Could someone please confirm if I\'m right or wrong on this. It seems to me that \"selector\" operation is done within MessageConsumer implementation.(i.e. ALL messages are still dispatched from Messa[详细]
2023-02-28 15:53 分类:问答couple of question about : wcf self service , consumer/ producer
i have a couple of question. 1. in a wcf self service for inner network process comunication , how many calls can aservice handle at the minimum amount of time ?[详细]
2023-02-28 06:19 分类:问答Java threading problem using ConcurrentLinkedQueue
I have a problem with the following code fragment. It\'s intended to handle events (provided via calls on processEvent method) which are added to an event queue (ConcurrentLinkedQueue). Events are add[详细]
2023-02-26 04:06 分类:问答How to quit simple Producer-Consumer problem
I am trying to work out a simple producer-consumer program. I have this code: //global variable g_lastImage is declared as:[详细]
2023-02-24 07:52 分类:问答How to manage/host AWS SQS queue consumers in Python?
I am currently working on a distributed processing application written in Python that u开发者_如何学编程tilises Amazon SQS.[详细]
2023-02-22 03:09 分类:问答.NET producer-consumer questions
I\'m writing a relatively simple \"proxy\" app for a web servi开发者_StackOverflow社区ce.The general idea is that a TCP server (w/asynchronous connections) will read (string) data from clients and put[详细]
2023-02-20 21:46 分类:问答Variation of a Single Producer Single Consumer problem
I have a situation like this: One single Producer executes many DB queries- the results are sent as messages and arrive to the queue of the single consumer (messages arrive with no special order )[详细]
2023-02-18 14:06 分类:问答BlockingCollection - high synchronization problem
What is the best way of getting messages from many threads onto a queue and have a separate thread processing items of this queue one at a time?[详细]
2023-02-18 13:11 分类:问答