bigqueue icon indicating copy to clipboard operation
bigqueue copied to clipboard

How about "processes safe" of the lib?

Open zbutfly opened this issue 10 years ago • 4 comments

For example, I created 20 java processes and both initialized a big queue instance based on same file (same directory and same "name"), 10 processes is producers and another 10 processes are consumers. Now can the queue handle concurrence between those processes, include performance and data safe?

zbutfly avatar Nov 30 '15 18:11 zbutfly

I would like to know this information as well.

@zbutfly any update?

nirandaperera avatar Apr 29 '16 05:04 nirandaperera

based on description of the project, I think bigq lib does not work on crossing processes/threads. We implement our design on kafka at last.

zbutfly avatar Apr 29 '16 06:04 zbutfly

@zbutfly thanks for the information

nirandaperera avatar Apr 29 '16 06:04 nirandaperera

@nirandaperera and, maybe you can take a look at mapdb http://www.mapdb.org/

zbutfly avatar Apr 29 '16 06:04 zbutfly