I am working on a high volumne API that needs to provide substantial logging for reporting purposes. In order to limit the effect of this logging functionality to the api users, I would like to finish the request, and then start logging all the stuff that needs to be logged.
Will flush, then close cause this to occur or will the client system wait until all the "Business Stuff " (BS for short) is complete?