is this planned to be included in any quick official fix or improvement? you know this could be a headache if i have to modify/ build the code every time when there is new release.
@Manoher, yes, it's a typo. however, actually i meant to type getaddrinfo(). @Trond, i just realized that i typed strdup here. i was indeed looking for getaddrinfo() On Sep 17, 5:58 am, Trond Norbye <[email protected]> wrote: > On 17. sep. 2010, at 10.59, manoher tadakokkula wrote: > > > Does that mean memcahed can be set to listen on either Single IP or ALL IPs > > , but no to fixed pool of IPs ? > > Yes. If you look at one of the last link i added in my first response you > would see how the -l argument is handled. It should be fairly simple to > modify the code to tokenize the string and bind to each of the ip's you > specify. > > Trond > > > memcahed newbie, > > Manoher T > > > On Fri, Sep 17, 2010 at 10:27 AM, Trond Norbye <[email protected]> > > wrote: > > > On 17. sep. 2010, at 00.57, ligerdave wrote: > > > > so is it possible to use -l ip1,ip2,..... ? > > > No, you asked for where in the code it used the -l argument, and memcached > > does currently not tokenize the argument to -l. > > > Cheers, > > > Trond
