[zeromq-dev] Is 0mq suitable for producer/consumer kind of problem?
Ryan Chan
ryanchan404 at gmail.com
Sun Jul 11 18:45:29 CEST 2010
Hi,
On Sun, Jul 11, 2010 at 8:36 PM, Chuck Remes <cremes.devlist at mac.com> wrote:
>
> I'm not sure I understand your use-case. 0mq is a transport mechanism. Mongodb is a database. Why would you think that 0mq could replace Mongodb?
>
> cr
>
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