memcached startup.item

Rainer Müller raimue at macports.org
Mon Aug 30 18:34:37 PDT 2010


On 2010-08-31 01:13 , Bradley Giesbrecht wrote:
> I want to start more then one instance of memcached each on a  
> different port.
> 
> Does daemondo have this capability in one plist?
> 
> Something like:
> 
> <key>Instances</key>
> <array>
> 	<string>-p 11211</string>
> 	<string>-p 11212</string>
> 	<string>-p 11213</string>
> 	<string>-p 11214</string>
> </array>
> 
> where daemondo would loop through each of the instances appending them  
> to the rest of the program args.

Hm, you would be multiplexing multiple server instances with one
daemondo process...

I think the proper way is to use multiple .plist files with a different
"Label" key for each of them.

Rainer


More information about the macports-users mailing list