Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using message que to communicate between two processes ,The processes are threaded , I have already configured the max size but still while writing into que thread is getting blocked . I want to know that the limit on the que is for one que or for every que it will apply

For eg if max configuration is

Max number of message is :200

Then it will be divided between que's or it is different for every que For eg if i will implement two que A anb B

Then A+B=200 or A=200 anb B=200

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.