Hi,<br><br>I want to develop a server that has a dispatcher and worker processes. Asynqueue seems to be a perfect choice for my intention. However, I couldn&#39;t understand what I should do first and next.&nbsp;The workers will be processes and tasks will be queued and assigned to the child processes. There are many classes but I couldn&#39;t understand their interaction. <br>
<br>For example what is the difference between a job and a task. How will I use TaskQueue with child processes or process workers. I need some examples, asynqueue has some test codes but they don&#39;t give enough clue to me.<br>
<br>I need the general idea and the use of asynqueue.<br><br>Thanks in advance.<br>