Boost logo

Boost Users :

From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-09-27 01:44:23


On Wed, Sep 25, 2019 at 11:53 PM Martijn Otto via Boost-users
<boost-users_at_[hidden]> wrote:
> If what I am doing is indeed not correct, I will need to use a
> shared_ptr so the handshakes can complete with the old context. Since
> this introduces overhead I'd like to do this only if really necessary.

If you are using SSL then you should not be concerned about the
overhead of using shared_ptr, it is not statistically significant
compared to the kernel I/O and SSL operations.

Regards


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net