On Mon, Mar 3, 2014 at 10:36 PM, Rajika Kumarasiri < [email protected]> wrote:
> hello, > > Does Monkey's config file follows the following schema ( > http://swpd.github.io/blog/2013/05/18/monkey-http-daemon-internals/#config > )? > > [CONFIG] > > Key1 Value1 > Key2 Value2 > > > I think we have to define the configuration file for the Memcached plugin > using the above syntax. I would like to define this configuration file too. > It seems the interested configurations options are; > > 1. Memcached instance name > 2. Time out (when connecting to the Memcached server ) in seconds > 3. Should use pooling connections (when connecting to the Memcached > server) ? > 4. API usage statistics > 5. Virtual Host specifics > 6. Other configurations > > I hope #3 is a boolean parameter which indicates if we want to pool the > connection from plugin to server or not ? Can I know more information about > #4, #5 and #6 ? Does this looks correct ? > > Thank you. > > > #3 -> yes, boolean but also consider an extra options to specify min and max of pre-connections made by the plugin #4 -> memcached will be accessed through a URL, that is exported as an API, get some stats in memory about number of connections, transfer rates, total bytes, etc. #5 -> the URI or API exists per Virtualhost, so make sense that all this setup is made under a virtual host file #6 check #3. best > > > > > > > > > > -- Eduardo Silva http://edsiper.linuxchile.cl http://monkey-project.com
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
