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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -