RE: plugin not working

2014-02-24 Thread Raj Sharma
Hi, It is generating " WARNING: Can't acquire lockfile '/usr/local/trafficserver/var/trafficserver/server.lock' (Lock file held by process ID 17952) " warning when I execute " sudo $PREFIX/bin/traffic_server -T debug-hello" this. Also tell me how can we categories http header request user agent

TS-2564

2014-02-24 Thread Alan M. Carroll
I'm still researching the presence bits but as far as I can tell so far they should be written and read from the cache. There may be some alignment issues but I don't see how can happen and not scrozzle the rest of the HdrHeap. I need to trace through a bit more and see if it's possibly a read-o

Re: TDD/Unit testing ATS plugins

2014-02-24 Thread Alan Cabrera
I wanted to start goofing around with this in a public place so people can comment/participate. Would it make sense to do this on github and if it ever gels into something useful I could submit a patch? Regards, Alan On Jan 10, 2014, at 11:41 AM, Alan Cabrera wrote: > +1 a good mocked libra

Re: [ANNOUNCE] Apache Traffic Summer Spring 2014 Summit (and signups!)

2014-02-24 Thread Leif Hedstrom
On Feb 24, 2014, at 4:34 PM, Leif Hedstrom wrote: > Hi all, > > this is a reminder / announcement of the upcoming Spring Summit. This is held > right after the ApacheCon (in Denver) main sessions, Thursday-Friday April > 10-11. Please sign up ASAP on the Summit page if you plan on attending:

Re: git commit: TS-2437: add a lifecycle hook to expose loaded SSL certificates to plugins

2014-02-24 Thread James Peach
On Feb 24, 2014, at 3:15 PM, jpe...@apache.org wrote: > Repository: trafficserver > Updated Branches: > refs/heads/master 744eabae0 -> a5a93ac5a > > > TS-2437: add a lifecycle hook to expose loaded SSL certificates to plugins > > Add two new lifecycle hooks, TS_LIFECYCLE_SERVER_SSL_CTX_INITIAL

[ANNOUNCE] Apache Traffic Summer Spring 2014 Summit (and signups!)

2014-02-24 Thread Leif Hedstrom
Hi all, this is a reminder / announcement of the upcoming Spring Summit. This is held right after the ApacheCon (in Denver) main sessions, Thursday-Friday April 10-11. Please sign up ASAP on the Summit page if you plan on attending: https://cwiki.apache.org/confluence/display/TS/Spring+

Re: plugin not working

2014-02-24 Thread James Peach
On Feb 24, 2014, at 6:42 AM, Raj Sharma wrote: > Hi, > > I am a software developer in MakeMyTrip.com. I am creating a plugin in Apache > Traffic server 3.2.0. Why 3.2.0? 4.1.2 is the latest stable, and closest to the upcoming 4.2.0 release. > For that below are the steps I have been follow

plugin not working

2014-02-24 Thread Raj Sharma
Hi, I am a software developer in MakeMyTrip.com. I am creating a plugin in Apache Traffic server 3.2.0. For that below are the steps I have been followed- 1. Created a hello-world.c file #include #include int check_ts_version() { const char *ts_version = TSTrafficServerVersionGet(); int r