全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
OpenSSL线程安全
3718阅读 0评论
2012-12-26
hanhuili
分类:
LINUX
OpenSSL can safely be used in multi-thread
ed applications
provided that at least
two callback functions are set, locking_function and threadid_func.
注:OpenSSL只有在至少提供两个回调函数的基础上才是线程安全的。
多线程应用中如只有一个线程OpenSSL,是没问题的。
原文:
上一篇:
Getting Started with POSIX Threads
下一篇:
POLL, SELECT & EPOLL 原理比较分析