Re: t/r 3.0.2

2011-09-23 Thread Igor Galić
- Original Message - > Votes cast; patched promoted and committed :) Thank you jim! ...and something went wrong:-/ 20:56:41 < tserver-bot> build #13 of tserver-branch3.0.x is complete: Failure [failed compile_2] Build details are at http://ci.apache.org/builders/tserver-branch3.0.x

Re: t/r 3.0.2

2011-09-23 Thread Jim Jagielski
Votes cast; patched promoted and committed :) On Sep 23, 2011, at 11:52 AM, Igor Galić wrote: > > Hi folks, > > I'm planning to tag 3.0.2 by Tuesday (Sept 27th, 2011), so I > kindly asked everybody who hasn't looked at 3.0.x' STATUS file > > https://svn.apache.org/repos/asf/trafficserver/traf

Re: LoadFile?

2011-09-23 Thread Nick Kew
On Fri, 23 Sep 2011 15:17:22 - (UTC) Igor Galić wrote: > > I'd like to add an equivalent function and directive > > to trafficserver. Any comments and/or objections? > > +1/encouragement > > I think it's an excellent idea, I don't think it's something > we can sensibly solve via TSPluginMe

t/r 3.0.2

2011-09-23 Thread Igor Galić
Hi folks, I'm planning to tag 3.0.2 by Tuesday (Sept 27th, 2011), so I kindly asked everybody who hasn't looked at 3.0.x' STATUS file https://svn.apache.org/repos/asf/trafficserver/traffic/branches/3.0.x/STATUS in a long time to do so now. Please cast your votes or concerns for the remaining.

Re: LoadFile?

2011-09-23 Thread Leif Hedstrom
Would this be a new config file? Or an addition to some existing config? I guess this feature would also be useful when different plugins needs the same shared library? If so, would it be most intuitive to add it somehow to plugin.config, so these dependencies are all in one place? -- Leif On

Re: LoadFile?

2011-09-23 Thread Igor Galić
- Original Message - > I'm having some serious problems loading a plugin. > > The plugin loads additional dynamic modules of its own. > This fails because the plugin's modules cannot see the > symbols exported by a library linked. > > Explicitly dlopening the library fixes that problem, >

LoadFile?

2011-09-23 Thread Nick Kew
I'm having some serious problems loading a plugin. The plugin loads additional dynamic modules of its own. This fails because the plugin's modules cannot see the symbols exported by a library linked. Explicitly dlopening the library fixes that problem, but leaves the library loaded twice. The re

Re: Licencing in the core Plugin API

2011-09-23 Thread Igor Galić
Hey folks, Here's a proposal for removing the licensing code. review/comments very welcome. i -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL: http://brainsware.org/ GPG: 571B 8B8A FC97 266D BDA3 EF6F 43AD 80A4 5779 3257 Index: proxy/api/ts/ts.h.in