Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit Queue Usage #2235

Closed
jshier opened this issue Aug 7, 2017 · 1 comment
Closed

Audit Queue Usage #2235

jshier opened this issue Aug 7, 2017 · 1 comment

Comments

@jshier
Copy link
Contributor

jshier commented Aug 7, 2017

In addition to locking queues, there may be other unnecessary queues used. We should explore how we use queues in Alamofire and see if we can eliminate some unnecessary usage. One example might be sharing a single underlying DispatchQueue between the URLSessionDelegate queue, the task queue, and the Request OperationQueue. If this can maintain performance it might be a good way to limit the resource impact of using Alamofire.

@jshier jshier added this to the 5.0.0 milestone Aug 7, 2017
@jshier jshier added this to Idea in Alamofire 5 Aug 7, 2017
@jshier jshier moved this from Idea to Design in Alamofire 5 Sep 5, 2017
@jshier jshier moved this from Design to Review in Alamofire 5 May 21, 2018
@jshier jshier mentioned this issue May 21, 2018
4 tasks
@jshier jshier moved this from Review to Done in Alamofire 5 Sep 6, 2018
@jshier
Copy link
Contributor Author

jshier commented Sep 6, 2018

Done in the rewrite.

@jshier jshier closed this as completed Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Alamofire 5
  
Done
Development

No branches or pull requests

1 participant