Response queue setting in bidirectional driver

Hi all ,

In my driver the responses are being send from driver back to the sequence.
Q1) Should we set the response_queue depth manually ?
Q2) In which case should we set the response_queue_depth ?

Thanks in Adv

In reply to bl4ckp3rl :

Are you running into a response queue overflow? Or what is the reason you are asking your questions? The queue has per default a reasonable depth.

No , i was thinking of setting the response_queue depth manually based on the requests made.So that the overflow condition never occur.


set_response_queue_depth(request_count);

In reply to bl4ckp3rl :

You should be careful changing the default size of your response queue. This might hide problems with the response handling.