[jira] [Commented] (TS-1808) OpenSSL dynlock support

2015-06-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14587104#comment-14587104
 ] 

ASF subversion and git services commented on TS-1808:
-

Commit 0d9bad62b21a7d18ce04a7171c8bb92c19ad286a in trafficserver's branch 
refs/heads/master from [~bcall]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=0d9bad6 ]

TS-1808: OpenSSL dynlock support


 OpenSSL dynlock support
 ---

 Key: TS-1808
 URL: https://issues.apache.org/jira/browse/TS-1808
 Project: Traffic Server
  Issue Type: Improvement
  Components: SSL
Reporter: James Peach
Assignee: Bryan Call
 Fix For: 6.0.0


 OpenSSL has a thing called dynlock, which it uses to allocate locks on the 
 fly, see CRYPTO_set_dynlock_create_callback() and friends. Apparently this 
 can improve performance.
 We should implement OpenSSL dynlocks and measure.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-1808) OpenSSL dynlock support

2015-06-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14587112#comment-14587112
 ] 

ASF subversion and git services commented on TS-1808:
-

Commit 2c9acad7dc3ed82e9c463ffd909b648369d43c36 in trafficserver's branch 
refs/heads/master from [~bcall]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=2c9acad ]

TS-1808: OpenSSL dynlock support
formating, license, and include ifdefs


 OpenSSL dynlock support
 ---

 Key: TS-1808
 URL: https://issues.apache.org/jira/browse/TS-1808
 Project: Traffic Server
  Issue Type: Improvement
  Components: SSL
Reporter: James Peach
Assignee: Bryan Call
 Fix For: 6.0.0


 OpenSSL has a thing called dynlock, which it uses to allocate locks on the 
 fly, see CRYPTO_set_dynlock_create_callback() and friends. Apparently this 
 can improve performance.
 We should implement OpenSSL dynlocks and measure.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-1808) openssl dynlock support

2015-06-11 Thread Bryan Call (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14582396#comment-14582396
 ] 

Bryan Call commented on TS-1808:


I have a change for this, but it was never being called when I ran the test.  I 
don't think OpenSSL uses the dynlocks.

 openssl dynlock support
 ---

 Key: TS-1808
 URL: https://issues.apache.org/jira/browse/TS-1808
 Project: Traffic Server
  Issue Type: Improvement
  Components: SSL
Reporter: James Peach
 Fix For: 6.0.0


 OpenSSL has a thing called dynlock, which it uses to allocate locks on the 
 fly, see CRYPTO_set_dynlock_create_callback() and friends. Apparently this 
 can improve performance.
 We should implement OpenSSL dynlocks and measure.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)