Hi Jeff,

Thanks for your support

I am not getting new services, while I ran the following command.

sc create memcached1 binPath="c:\memecached\memcached.exe -d runservice -p
11311" start=auto DisplayName="memcached server 2"

please help me.

Thanks
N.SenthilRaja.

On 24 March 2010 22:33, Jeff <jeff...@gmail.com> wrote:

> You can do this using the sc command:
>
> sc create memcached1 binpath= "<path to memcached binary>\memcached.exe -d
> runservice -p 11211"  start= auto DisplayName=  "memcached server 1"
>
> sc create memcached2 binpath= "<path to memcached binary>\memcached.exe -d
> runservice -p 11212"  start= auto DisplayName=  "memcached server 2"
> You can of course pick different port numbers, and you can add any other
> memcacheD parameters besides the port number. Feel free to private message
> me if you are having trouble with this.
>
> Jeff
> On Wed, Mar 24, 2010 at 5:23 AM, Senthil Raja <nsenthilraj...@gmail.com>wrote:
>
>> Hi ALL,
>>
>>   I want to run the tow memcache instance with two different port
>> number in the same windows machine. Please help me.
>>
>> Regards
>> N.SenthilRaja.
>>
>> To unsubscribe from this group, send email to memcached+
>> unsubscribegooglegroups.com or reply to this email with the words "REMOVE
>> ME" as the subject.
>>
>
>  To unsubscribe from this group, send email to memcached+
> unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> ME" as the subject.
>

To unsubscribe from this group, send email to 
memcached+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to