044aff9 Add be request queue

2 files Authored by sbose 11 years ago, Committed by jhrozek 11 years ago,
    Add be request queue
    
    For some backend targets it might be not desirable to run requests in
    parallel but to serialize them. To avoid that each provider has to
    implement a queue for this target this patch implements a generic queue
    which collects incoming requests before they are send to the target.
    
        
file modified
+11 -0