Re: range request problem

2012-06-11 Thread Alan M. Carroll
Yes. For a range request, if it cannot be satisfied by cache, is just passed on to the origin server. This is because there is no good thing to do with the request as partial responses cannot be cached and (as noted) always fetching the source object is not a good thing. This hasn't come up muc

Re: range request problem

2012-06-11 Thread Nick Kew
On 12 Jun 2012, at 02:49, Leif Hedstrom wrote: > Another option that I've been pondering, which is more suitable for large > contents I think, is to kick off background requests for the full objects. A > plugin that does something like: > > Thoughts? I seem to recollect discussing approaches to

Re: range request problem

2012-06-11 Thread 오재경
> > 1) In read-response-header hook, if the object is a Range response, *and* > it's cacheable, schedule a background load on the task threads. This > obviously has to be done in a way that the same request is only fetched > one, > effectively "locking" it. How do i schedule a background load on

one more creation of continuation causes memory leak?

2012-06-11 Thread 오재경
Hi. I made a plugin. it's almost same to null-transform plugin but has one more function. it gets and delivers one of query string to transform so that it can sends on defined bit per second according to the value from each http transaction's query string. The difference between my plugin and nu

one more creation of continuation causes memory leak?

2012-06-11 Thread 오재경
Sorry. i forget title. i resend. -- Hi. I made a plugin. it's almost same to null-transform plugin but has one more function. it gets and delivers one of query string to transform so that it can sends on defined bit per second according to query string. The diffe

Re: range request problem

2012-06-11 Thread Leif Hedstrom
On 6/11/12 5:34 PM, James Peach wrote: > On 11/06/2012, at 4:23 PM, 오재경 wrote: > >> Hi. >> >> we have an serious issue. we have a customer site whose service is online >> learning and it provides registered members with a player. the player sends >> range request. >> >> Now you can guess what prob

Re: range request problem

2012-06-11 Thread Eric Ahn
> On 11/06/2012, at 4:23 PM, 오재경 wrote: > >> Hi. >> >> we have an serious issue. we have a customer site whose service is online >> learning and it provides registered members with a player. the player sends >> range request. >> >> Now you can guess what problem I confront. we have to cache c

Re: range request problem

2012-06-11 Thread James Peach
On 11/06/2012, at 4:23 PM, 오재경 wrote: > Hi. > > we have an serious issue. we have a customer site whose service is online > learning and it provides registered members with a player. the player sends > range request. > > Now you can guess what problem I confront. we have to cache contents but >

range request problem

2012-06-11 Thread 오재경
Hi. we have an serious issue. we have a customer site whose service is online learning and it provides registered members with a player. the player sends range request. Now you can guess what problem I confront. we have to cache contents but because of the range request traffic server can’t cach

Re: Lua remap plugin prototype

2012-06-11 Thread Mark Scifres
- Original Message - From: Igor Galić [mailto:i.ga...@brainsware.org] Sent: Friday, May 11, 2012 06:54 AM To: dev@trafficserver.apache.org Subject: Re: Lua remap plugin prototype - Original Message - > Hi all, > > I just committed a prototype remap plugin to the jpeach/lua br

RE: a plugin to specific domain. need helps.

2012-06-11 Thread 오재경
Thank you so much. After all i've got what I want. -Original Message- From: Leif Hedstrom [mailto:zw...@apache.org] Sent: Monday, June 11, 2012 12:04 PM To: dev@trafficserver.apache.org Cc: 오재경 Subject: Re: a plugin to specific domain. need helps. On 6/10/12 8:53 PM, 오재경 wrote: > Well...