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
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to