On Sep 17, 2013, at 4:04 AM, Nick Kew wrote:
>
> On 17 Sep 2013, at 10:09, Ethan Lai wrote:
>
>> Hi,
>>
>> I'm going to write a plugin, which needs to store some meta data in memory.
>> Would like to know are there any ways to use InkHashTable data structure in
>> my implementation?
>
> Usi
- Original Message -
> Updated Branches:
> refs/heads/master f47c6be30 -> 3a903f2bc
>
>
> TS-2201: split drainIncomingChannel two thread, one handle Broadcast message
> and other handle Reliable(TCP) request.
>
>
> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
>
On 17 Sep 2013, at 10:09, Ethan Lai wrote:
> Hi,
>
> I'm going to write a plugin, which needs to store some meta data in memory.
> Would like to know are there any ways to use InkHashTable data structure in
> my implementation?
Using the plugin API, nope. No such useful tools exposed.
At yo