Re: experimental/lua vs experimental/ts_lua

2014-01-12 Thread quehan
Further on, users may change TS_LUA_MAX_STATE_COUNT from 2048 to 256 or less. 在 2014-1-13,下午2:09,Yunkai Zhang 写道: > I have discussed with Quehan, in fact, ts_lua can also work with LuaJit. > > I think we can add some configruation for ts_lua, so that users can select > Lua or LuaJit according

Re: experimental/lua vs experimental/ts_lua

2014-01-12 Thread Yunkai Zhang
I have discussed with Quehan, in fact, ts_lua can also work with LuaJit. I think we can add some configruation for ts_lua, so that users can select Lua or LuaJit according their business scenario. On Mon, Jan 13, 2014 at 1:43 PM, Yunkai Zhang wrote: > HI Quehan: > > I think Daniel's suggestion

Re: experimental/lua vs experimental/ts_lua

2014-01-12 Thread Yunkai Zhang
HI Quehan: I think Daniel's suggestion is reasonable, maybe we need to reconsider your design if ts_lua may consume too much memory. We can allways put the havy work to ATS, and let ts_lua to handle simple logic, can't we? On Mon, Jan 13, 2014 at 12:12 AM, quehan wrote: > > As we know, one r

Re: git commit: TS-2483 Add a new metric, proxy.node.restarts.proxy.cache_ready_time, tracking absolute time when the cache started (finished initialization). Until cache is available, or no cache con

2014-01-12 Thread Leif Hedstrom
On Jan 12, 2014, at 5:07 PM, James Peach wrote: > On Jan 8, 2014, at 10:49 AM, zw...@apache.org wrote: > >> Updated Branches: >> refs/heads/master 7549b2945 -> 5df2cac38 >> >> >> TS-2483 Add a new metric, proxy.node.restarts.proxy.cache_ready_time, >> tracking absolute time when the cache sta

Re: git commit: TS-2483 Add a new metric, proxy.node.restarts.proxy.cache_ready_time, tracking absolute time when the cache started (finished initialization). Until cache is available, or no cache con

2014-01-12 Thread Leif Hedstrom
On Jan 12, 2014, at 5:07 PM, James Peach wrote: > On Jan 8, 2014, at 10:49 AM, zw...@apache.org wrote: > >> Updated Branches: >> refs/heads/master 7549b2945 -> 5df2cac38 >> >> >> TS-2483 Add a new metric, proxy.node.restarts.proxy.cache_ready_time, >> tracking absolute time when the cache sta

Re: git commit: TS-2483 Add a new metric, proxy.node.restarts.proxy.cache_ready_time, tracking absolute time when the cache started (finished initialization). Until cache is available, or no cache con

2014-01-12 Thread James Peach
On Jan 8, 2014, at 10:49 AM, zw...@apache.org wrote: > Updated Branches: > refs/heads/master 7549b2945 -> 5df2cac38 > > > TS-2483 Add a new metric, proxy.node.restarts.proxy.cache_ready_time, > tracking absolute time when the cache started (finished initialization). > Until cache is available,

Re: trafficserver pull request: Doc: fix broken links and syntax errors

2014-01-12 Thread James Peach
On Jan 12, 2014, at 1:33 AM, maskit wrote: > GitHub user maskit opened a pull request: > >https://github.com/apache/trafficserver/pull/30 > >Doc: fix broken links and syntax errors > >This fixes broken links and some syntax errors. >I didn't change the links to old API document

Re: experimental/lua vs experimental/ts_lua

2014-01-12 Thread quehan
As we know, one request can be processed by different threads in ats, and I want to transimit data at different stages, so I have to create serveral Lua states for concurrency. I also want to implement many features with ts-lua, such as transform, intercept, fetcher, tcp and others. No matter

trafficserver pull request: Doc: Fix numbers of enumerated lists

2014-01-12 Thread masaori335
Github user masaori335 closed the pull request at: https://github.com/apache/trafficserver/pull/31

Re: trafficserver pull request: Doc: Fix numbers of enumerated lists

2014-01-12 Thread Leif Hedstrom
On Jan 12, 2014, at 3:05 AM, masaori335 wrote: > GitHub user masaori335 opened a pull request: > >https://github.com/apache/trafficserver/pull/31 > >Doc: Fix numbers of enumerated lists > > > > You can merge this pull request into a Git repository by running: > >$ git pull http

Re: experimental/lua vs experimental/ts_lua

2014-01-12 Thread Daniel Gruno
On 01/12/2014 03:35 AM, quehan wrote: > I think it is 1G for all lua_States in one process. > > > 在 2014-1-12,上午1:39,James Peach 写道: > >> On Jan 10, 2014, at 8:16 PM, quehan wrote: >> >>> hi, all: >>> >>> As far as I know, LuaJIT can only use 1G memory at most, so ts-lua is >>> suggested to u

trafficserver pull request: Doc: Fix numbers of enumerated lists

2014-01-12 Thread masaori335
GitHub user masaori335 opened a pull request: https://github.com/apache/trafficserver/pull/31 Doc: Fix numbers of enumerated lists You can merge this pull request into a Git repository by running: $ git pull https://github.com/masaori335/trafficserver typo Alternatively you c

trafficserver pull request: Doc: fix broken links and syntax errors

2014-01-12 Thread maskit
GitHub user maskit opened a pull request: https://github.com/apache/trafficserver/pull/30 Doc: fix broken links and syntax errors This fixes broken links and some syntax errors. I didn't change the links to old API documents because many of those are not yet documented in reST.