gearman
Queue System Farm questions
Until now, we haven\'t really needed to implement a queue system in our infrastructure, but now we need some features that cannot be done thru cron jobs (too slow).[详细]
2023-01-13 01:20 分类:问答pecl not working on php CLI mode (involving mongoDB in Gearman)
For test purposes I have gearman running on localhost. So I run the gearman worker.php file from php command line. When I test this in normal apache mode, mongoDB works just fine, but when it runs fro[详细]
2023-01-12 17:36 分类:问答Schedule a job in Gearman for a specific date and time
From what I can see Gearman does not support scheduled jobs or delayed jobs. I was thinking that perhaps the scheduled job could be queued in at first and then added to the Gearman queue after the at[详细]
2023-01-12 13:07 分类:问答Proper way of utilizing gearman with my php application
For now I just want to use Gearman for background processing. For example, I need to email a recipient that they have a private message waiting for them once the sender submits their message into the[详细]
2023-01-01 20:37 分类:问答Scheduling with gearman vs. cron?
I have noticed a lot of people discussing Gearman and it\'s scheduling features making it enable to distribute work onto other servers. However, I have not yet seen a comparison to native cronjobs.[详细]
2023-01-01 20:04 分类:问答Gearman: Run both client and worker on same machine?
I just manage to install gearman on my local Ubuntu test environment. I wonder if I could in any way run both the worker and the client at开发者_运维知识库 the same computer, while in development stag[详细]
2023-01-01 20:02 分类:问答Gearman Scheduler
Anybody have experience or thoughts on a scheduler to couple with a persistent Gearman 开发者_如何学JAVAqueue?[详细]
2022-12-26 00:54 分类:问答h2 (embedded mode ) database files problem
There is a h2-database file in my src directory (Java, Eclipse): h2test.db The problem: starting the h2.jar from the command line (and thus the h2 browser interface on port 8082), I have created 2[详细]
2022-12-23 08:58 分类:问答Python Daemon Subprocess not working at boot
I am attempting to write a python daemon that will launch at boot.The goal of the script is to receive a job from our gearman load balancing server and complete the job.I am using the python-daemon mo[详细]
2022-12-23 06:31 分类:问答prioritizing gearman job servers?
I have 2 machines running same workers. One machine shoud be \"primary\" as it is very powerful, and the other machine should server as a backup for when primary machine goes down or crashes.When prim[详细]
2022-12-23 01:41 分类:问答