Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-2 votes
0 answers
46 views

I've implemented a lock-free Multi-Producer Multi-Consumer (MPMC) queue with commit semantics in Java. The queue is designed for scenarios where entities need to be processed exactly once, with ...
2 votes
3 answers
195 views

[I am re-asking a question that was just closed. I have now including code that fails.] Short version. I'm aware of the fact that multiprocess.Queue.empty() is unreliable. This makes sense to me. I ...
1 vote
1 answer
109 views

Problem summary: Each person in line has tickets[i] tickets to buy. Every second The person at the front buys one ticket. If they still need more tickets, they move to the end of the queue. We need ...
0 votes
0 answers
76 views

I'm trying to use Nitro with Sidequest for queues. Sidequest has to do some specific importing of the "job" files, as explained here: https://docs.sidequestjs.com/jobs/manual-resolution#...
0 votes
1 answer
137 views

I hope you’re all doing well. I’m reaching out because I’m facing an issue with my setup. I have a .NET application and a Laravel system integrated via API. The .NET application sends payloads to the ...
0 votes
0 answers
74 views

I’m running a high-concurrency Laravel application on an EC2 instance using RoadRunner (12 PHP workers). Each incoming request simply publishes a message to AWS SQS — that’s all it does. The problem: ...
1 vote
1 answer
59 views

I am learning about queue data structure in python. I learnt the implementation of a queue using list in python and the issue of memory wastage when we dequeue a few elements from the front. We use a ...
2 votes
4 answers
103 views

I have a very simple table for a task queue and keep taking records out one by one. If I add the filter_selector after filling/resetting the table, postgresql will use it and run super fast. But if I ...
1 vote
1 answer
164 views

I have a fresh Laravel 10 app and I'm trying to test queues. I created a job with php artisan make:job TestJob. routes/web.php Route::get('/test-job', function () { \App\Jobs\TestJob::dispatch(); ...
0 votes
1 answer
65 views

Can someone help me with system verilog constraint for the below requirement.1) Fixed queue size of 10 and has four 6s in it at random position. I tried the below constraint to start with. class ...
3 votes
1 answer
79 views

I’m running Celery with Django and Celery Beat. Celery Beat triggers an outer task every 30 minutes, and inside that task I enqueue another task per item. Both tasks are decorated to use the same ...
2 votes
1 answer
109 views

We’re running some Laravel commands using Supervisor on our server. Each program writes to a log file in storage/logs. The issue is that whenever a Supervisor rotates or creates a new log file, it’s ...
0 votes
0 answers
58 views

I have a background service that periodically reads (not peeks) a message from an Azure storage queue and call an API to get values (that could returns 204 and will be retired), and then once gets ...
1 vote
1 answer
83 views

I'm building a social app similar to Telegram using NestJS, PostgreSQL, and Prisma. In one part of the app, I need to create a high volume of posts (e.g., thousands at once). To prevent performance ...
2 votes
1 answer
169 views

This MPSC Queue (Multi Producer Single Consumer Queue) keeps on waiting in the consumer side sometimes although I have used CAS operations. I have added CAS operation for the enqueue function. Since I ...

15 30 50 per page
1
2 3 4 5
...
750

AltStyle によって変換されたページ (->オリジナル) /