[zeromq-dev] Is 0mq suitable for producer/consumer kind of problem?
Pascal Jürgens
lists.pascal.juergens at googlemail.com
Sun Jul 11 18:48:22 CEST 2010
Hi Ryan,
unless your volume is insanely high, you might be looking for a task queue with persistency (such as gearman) instead of 0mq.
Pascal
On Jul 11, 2010, at 18:45 , Ryan Chan wrote:
> My use of MongoDB is just as a buffer for job allocation,
>
> e.g.
>
> a. Insert a link into the DB
> b. Crawl the link and analyze the page for links
> c. Remove the link from DB
> d. Repeat
>
> I am not sure if 0mq already can handle this efficiently.
More information about the zeromq-dev
mailing list