b7700b9 Improve wsgi app loading

2 files Authored by cheimes 2 years ago, Committed by rcritten 2 years ago,
    Improve wsgi app loading
    
    * move WSGI app code to main code base so it can be used with other
      WSGI servers that expect a Python package.
    * populate LDAP schema early to speed up first request by ~200ms
    * gc.collect() and gc.freeze() to improve memory handling and GC
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+3 -38
file added
+83