TS Error->OpenReadHead failed?

2011-05-03 Thread ChangCheng
Hi: For some reason. Every request Url have been modified before my ATS accept. eg: www.example.com -> www.example.com&xxid=1. So i have a plug-in running on my ATS to strip out this modified parameter, back to normal URL. I did a stress test for ATS over night, i have a script to continue reque

Re: TS Error->OpenReadHead failed?

2011-05-03 Thread Leif Hedstrom
On 05/03/2011 06:35 AM, ChangCheng wrote: > > I don't know what's reason caused this error. This is core part of my plug-in > down below: Nothing rings any bells, but let me give some input on the plugin code. > const char *RGWIDName = "xxid"; > static void handle_read_request(TSHttpTxn txnp, T

Re: TS Error->OpenReadHead failed?

2011-05-03 Thread Leif Hedstrom
One thing to test is to completely clear the cache. E.g traffic_server -Cclear . -- leif

Apache Traffic Server

2011-05-03 Thread Suzanna Schmeelk
Hi Dev! We're trying to compile (but not execute) Apache Traffic Server at NYU-Poly. The only machine I have access to is a Sparc SunOS. Is it possible to compile ATS on this system? (I read through the included docs and found the REQUIREMENTS. Are the REQUIREMENTS mandatory for compiling?)

Re: Apache Traffic Server

2011-05-03 Thread Leif Hedstrom
On 05/03/2011 04:02 PM, Suzanna Schmeelk wrote: Hi Dev! We're trying to compile (but not execute) Apache Traffic Server at NYU-Poly. The only machine I have access to is a Sparc SunOS. Is it possible to compile ATS on this system? (I read through the included docs and found the REQUIREMENTS.

Re: Apache Traffic Server

2011-05-03 Thread John Plevyak
Wow, SunOS. That must be one old machine. As an BSD'er was pissed when Sun decided to go to Solaris, but I had to give that up a while back. The best chance you would have would be if you moved to Solaris or Freebsd on Sparc and used gcc. john On Tue, May 3, 2011 at 3:50 PM, Leif Hedstrom wr

Re: Apache Traffic Server

2011-05-03 Thread Dossy Shiobara
Jut curious - why wouldn't ATS build on SunOS? I saw a comment about "not on SPARC" - is there some x86-specific inline assembly that's part of ATS's code or something? On 5/3/11 7:33 PM, John Plevyak wrote: Wow, SunOS. That must be one old machine. As an BSD'er was pissed when Sun decided

Re: Apache Traffic Server

2011-05-03 Thread Leif Hedstrom
On 05/03/2011 05:43 PM, Dossy Shiobara wrote: Jut curious - why wouldn't ATS build on SunOS? I saw a comment about "not on SPARC" - is there some x86-specific inline assembly that's part of ATS's code or something? Actually, I think we removed the x86 assembler stuff, so maybe it works (but,

Re: Apache Traffic Server

2011-05-03 Thread Dossy Shiobara
On 5/3/11 7:48 PM, Leif Hedstrom wrote: Actually, I think we removed the x86 assembler stuff, so maybe it works (but, don't know if anyone has tested). gcc (compatible) atomic instructions support is required though. As for not building on SunOS, I'm guessing it's possible to backport all the c

Re: Apache Traffic Server

2011-05-03 Thread Suzanna Schmeelk
Hi Leif, Thank you so much! I'm looking to find the proper machine. Meanwhile, what command do I run to try to test the sparc build? I saw the Makefile.in and Makefile.am Best regards, Suzanna Schmeelk From: Leif Hedstrom To: dev@trafficserver.apache.org

config.log

2011-05-03 Thread Suzanna Schmeelk
Hi, Sorry. I should have sent out the config.log Suzanna Schmeelk From: Leif Hedstrom To: dev@trafficserver.apache.org Cc: Suzanna Schmeelk ; Suzanna Schmeelk Sent: Tue, May 3, 2011 7:48:57 PM Subject: Re: Apache Traffic Server On 05/03/2011 05:43 PM, Dos

Re: config.log

2011-05-03 Thread Leif Hedstrom
On 05/03/2011 06:13 PM, Suzanna Schmeelk wrote: Hi, Sorry. I should have sent out the config.log Two things: 1) You probably want to subscribe to teh dev@ mailing list, so I don't have to approve every message ;) 2) You should really download v2.1.7 instead of the v2.0.1 release. I can w