-
Dear all, when trying to figure out why the initialization of the API via Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
TLS context is only used by the s3 crt client. That being said it shouldn't be taking that long to initialize it. Can you provide a quick repo and details about your environment that can help us look into this? How long exactly is this taking to initialize with and without TLS context? |
Beta Was this translation helpful? Give feedback.
Sorry for the late reply. With this minimal example
On an amd64 system with Ubuntu 22.04 I measure nearly 98ms initialization runtime with the TLS context, and around 32ms without it. (Of these 32ms, 31ms come from the initialization of the mqtt libraray, that we do not require either, see also awslabs/aws-crt-cpp#630).
The runt…