You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
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?
The text was updated successfully, but these errors were encountered: