Re: when to not call TSHttpTxnReenable

2012-08-28 Thread James Peach
On 27/08/2012, at 11:07 PM, vijay mamidi wrote: > VIO should be reenabled with VIOReenable AFACIT TS_EVENT_HTTP_READ_RESPONSE_HDR gives a TSHttpTxn as the event data. Which VIO do you mean? > > -Vijay > > On Mon, Aug 27, 2012 at 10:39 PM, James Peach wrote: >> Hi all, >> >> I have a little

Re: when to not call TSHttpTxnReenable

2012-08-28 Thread vijay mamidi
all the transaction based hooks can be reenabled with TSHttpTxnReenable and when the plugin involves transformations they should be reenabled with VIOReenable -Vijay On Tue, Aug 28, 2012 at 7:04 AM, James Peach wrote: > On 27/08/2012, at 11:07 PM, vijay mamidi > wrote: > >> VIO should be reena

Re: available documentation about caching

2012-08-28 Thread Bogdan Graur
Thanks for this answer. At least now I have the chance of getting on the right track finally. I will switch to the other thread: "Partial object caching". On Tue, Aug 28, 2012 at 3:38 AM, Alan M. Carroll < a...@network-geographics.com> wrote: > Monday, August 27, 2012, 4:25:14 PM, you wrote: >

Re: Partial object caching

2012-08-28 Thread Bogdan Graur
This model of representing a cached object indeed allows holding only partial data for the resource. Is this the current way a cached object is currently represented in TS? On Fri, Aug 24, 2012 at 2:19 PM, Alan M. Carroll < a...@network-geographics.com> wrote: > Thursday, August 23, 2012, 9:00