I'm sure many of you interested have seen this guide:
https://bitcointalk.org/index.php?topic=62842.0to get you started in the right direction. And you have worked to get merged mining working with multiple coins.
However, what the heck is merged mining?
If you setup a coin daemon let's say litecoin, then run p2pool with litecoin, things are fine, and your mining happily. You get all the stats, log files, details of your mining activity, and life is good.
Now if you decide you also want to mine dogecoin, you can install the dogecoind (daemon) then run another instance of p2pool. It would get setup on another port, you get stats, logs, details of mining activity, life would still be good.
Now with P2pool, merged mining can be done with anycoins, like bitcoins, namecoins, devcoins, etc..
Why would you want to setup merged mining? Does that allow you to mine both coins under a single instance of run_p2pool.py? Is there any other benefits to it? Where does the logfiles, stats go for each coin? What are we really accomplishing by merged mining and what problem does it really solve?