[GitHub] trafficserver pull request #1096: TS-4955: Remove the global mutex from the ...

2016-10-12 Thread jpeach
Github user jpeach closed the pull request at: https://github.com/apache/trafficserver/pull/1096 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] trafficserver pull request #1096: TS-4955: Remove the global mutex from the ...

2016-10-12 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1096#discussion_r83042781 --- Diff: proxy/InkAPI.cc --- @@ -6663,8 +6661,7 @@ TSHttpTxnServerIntercept(TSCont contp, TSHttpTxn txnp)

[GitHub] trafficserver pull request #1096: TS-4955: Remove the global mutex from the ...

2016-10-11 Thread jpeach
GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/1096 TS-4955: Remove the global mutex from the plugin session acceptor. ``plugin_http_accept`` has a global mutex which can be contended by protocol plugins. We don't require locking on