I'm wondering if perhaps writing the server component has an apache module makes more sense than a stand alone daemon.<br><br>Just thinking out loud -- <br><br>Pros:<br>Many people understand apache<br>Can Leverage: Apache logging, Startup Scripts, other apache modules (ex authentication...etc)
<br>Implements HTTP for us, allowing us to focus on Grubby specific problems.<br>(Enhanced portability??? Since it would be compiled against APR, possible binary distribution for those wishing to easily run on Windows, other platforms...)
<br><br>Cons:<br>Dependency on Apache being installed<br>Possible Bugs in different Apache versions<br><br><br>Thanks,<br>Yousef<br>