Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrent write and read from different instances of the same bigqueue #5

Open
anubhavsahoo opened this issue Jan 3, 2014 · 2 comments

Comments

@anubhavsahoo
Copy link

Hi,
I was trying to write to a bigqueue from a java process and read from it from it from another process. But this resulted in the read process not able to see any data.

Is there any way to accomplish this using bigqueue?

@bulldog2011
Copy link
Owner

Hi,

The big queue has only been verified in cross-threads case, but not in cross-proceses case,
you may try to flush the big queue from the writer process before reading from another process?

Or you may try Luxun(https://github.com/bulldog2011/luxun) - it's client/server version of big queue.

Thx!
-William

@anubhavsahoo
Copy link
Author

hi
yes we tried flushing but that didn't work. the only thing that did seem to
work was creating a bigqueuee instance every time we went to read.

anyways, thanks for the info.
On 05-Jan-2014 8:45 PM, "bulldog" [email protected] wrote:

Hi,

The big queue has only been verified in cross-threads case, but not in
cross-proceses case,
you may try to flush the big queue from the writer process before reading
from another process?

Or you may try Luxun(https://github.com/bulldog2011/luxun) - it's
client/server version of big queue.

Thx!
-William


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-31606433
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants