Re: High idle cpu utilization on RHEL6

2011-09-30 Thread sridhar basam
On Wed, Sep 28, 2011 at 3:35 PM, Brian Geffon wrote: > Hi, > I'm encountering something strange with ATS3.0.1 on Red Hat Enterprise > Linux 6, using a vanilla build with no modules enabled and the default > records.config /w zero entries in the remap file, ATS is idling at very high > CPU (around

Re: Broken pipe error on Push

2011-08-15 Thread sridhar basam
On Mon, Aug 15, 2011 at 10:34 AM, João Bernardo wrote: > Hi, > > I still couldn't solve the problem and, if possible, would like to know the > behavior of ATS on these conditions. Will it close the connection if it > takes some time for the client to answer? How much time? > > My system always wo

Re: Remove uninstall target (Was Damn! Will trafficserver delete /var/run folder by Uninstall it???)

2011-06-17 Thread sridhar basam
2011/6/17 Igor Galić > > > - Original Message - > > > > > > This looks like something which should be fixed. The uninstall for > > the "proxy" component does an rm -rf on the statedirectory. The > > defaults /usr/local/var are general enough that ATS should change > > the default location

Re: TS Cache details

2011-05-23 Thread sridhar basam
On Mon, May 23, 2011 at 3:27 PM, Nelson Perez wrote: > Has anyone been sucessful in compiling the io as a separate module? I've > tried in two machines now (one running CentOS and the other one has Ubuntu > 11.04) and always got the same compilation error I wrote in the previous > mail. > > Just

Re: TS Cache details

2011-05-12 Thread sridhar basam
Thanks for the detailed explanation. How does ATS handle storage of HTTP range replies? Is there a single copy of the object in cache or is there an cache entry for every range request which comes in. For example GET /foo HTTP/1.1 Range: bytes=0-2047 GET /foo HTTP/1.1 Range: bytes=1024-2047 Woul