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

should not use trampoline execution context when s3 access. #11

Open
ninneko opened this issue Mar 8, 2019 · 0 comments
Open

should not use trampoline execution context when s3 access. #11

ninneko opened this issue Mar 8, 2019 · 0 comments

Comments

@ninneko
Copy link

ninneko commented Mar 8, 2019

https://github.com/ixias-net/ixias/blob/develop/framework/ixias-aws-s3/src/main/scala/ixias/aws/s3/backend/AmazonS3Backend.scala#L61

This may use trampoline execution context, but this includes blocking io.
So, we should use own execution context, or async s3 api.

see following links
https://www.playframework.com/documentation/2.6.x/ThreadPools
https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/basics-async.html

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

1 participant