Hi all, 
I realised on every qpid version & system I used a poor performance of 
qpid-config tool. It usually takes 2 to 3 seconds to execute a command, e.g.: 

# time qpid-config add queue test 

real 0m2.243s 
user 0m0.161s 
sys 0m0.027s 
# time qpid-config del queue test 

real 0m2.303s 
user 0m0.208s 
sys 0m0.037s 
# 

I wrote a simple C++ program to emulate some parts of qpid-config tool by 
connecting to the broker and sending proper QMF message(s). The program 
executes equivalent stuff almost instantly. 

Why is qpid-config so slow? Is there some timeout waiting for (potentially 
negative) response? Does it make sense / would not it be usefull to speed it 
up? 

Kind regards, 
Pavel 


Reply via email to