Re: Performance tuning advice for plugin

2015-03-12 Thread Brian Rectanus
I was able to replicate this on a simpler example that essentially does nothing but hook into TS similar to a buffering null transform in both directions. I will play with it a bit and once I have some colleges take a quick look I did not mess anything up, I'll file a bug so that others might take

[GitHub] trafficserver pull request: Tests for TS-3440 and TS-3439

2015-03-12 Thread jacksontj
GitHub user jacksontj opened a pull request: https://github.com/apache/trafficserver/pull/179 Tests for TS-3440 and TS-3439 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jacksontj/trafficserver master Alternatively you can rev

[GitHub] trafficserver pull request: TS-3436: Add API milestones

2015-03-12 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/178#issuecomment-78525819 - please rebase so that it's clear which patches are yours - please update the milestones support in the xdebug plugin - please include the apidefs.h.in chang

Re: [1/3] trafficserver git commit: TS-3437: Make DH params configurable

2015-03-12 Thread James Peach
The added configuration is "proxy.config.ssl.server.enable_dhparams", but the code checks "proxy.config.ssl.client.enable_dhparams". The added configuration is marked RECU_RESTART_TS, but will actually take effect when ssl_multicert.config is reloaded. So I think this should be RECU_DYNAMIC (th

[GitHub] trafficserver pull request: TS-3436: Add API milestones

2015-03-12 Thread SolidWallOfCode
GitHub user SolidWallOfCode opened a pull request: https://github.com/apache/trafficserver/pull/178 TS-3436: Add API milestones You can merge this pull request into a Git repository by running: $ git pull https://github.com/SolidWallOfCode/trafficserver ts-3436 Alternatively

Re: Performance tuning advice for plugin

2015-03-12 Thread Brian Rectanus
On Wednesday, March 11, 2015, Nick Kew wrote: > On Wed, 2015-03-11 at 03:10 -0500, Brian Rectanus wrote: > > I certainly have some cycles if someone can help point me in the right > > direction. Right now I am at a loss as to where to dig. Profiler just > shows > > a lot of nothing (epoll) happen