php - What's the difference between Gearman's job and task? -


i'm trying understand gearman until can't figure out what's difference between task , job.

i'm trying create client parse periodically (every 10 minutes) xml page. best approach?

the manual offers terrific explanation:

jobs vs. tasks

a task request or communication between client , job server. task communication about job. tasks might please run job or what status of job. job worker does, continuously waiting on job server tell him when start , arguments. clients submit jobs , ask status jobs (both of things considered tasks). workers perform jobs.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -