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

q-io/http should emit progress events #39

Closed
dcolens opened this issue Jun 25, 2013 · 4 comments
Closed

q-io/http should emit progress events #39

dcolens opened this issue Jun 25, 2013 · 4 comments
Assignees

Comments

@dcolens
Copy link

dcolens commented Jun 25, 2013

When starting a http transfer if size is available, it would be nice that it emits progress events, if size is not available it could still emit a 100% event ?

Not really sure what is the best way to tackle this because it would only work if size is known but it would be very handy.

PS: on a side-note, it would also be nice to add https://groups.google.com/forum/#!forum/q-continuum to q-io's doc.

@kriskowal
Copy link
Owner

Both good ideas.

@kriskowal
Copy link
Owner

Q v2 supports time to completion estimates, which compose better than progress notifications. I will have to integrate that with Q-IO HTTP requests, and file read requests.

@kriskowal
Copy link
Owner

Landed progress on reader.read() for HTTP responses and requests in v2.

@kriskowal
Copy link
Owner

See #98 for continued development for making progress observable on file streams.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants