> Isn't that the whole cross platform point here? If another platform > decided that it was better for them to have log rotation in Apache, > isn't it better to share code rather than reinvent or duplicate the > wheel? I don't have a problem with separating the code into another > module, but I would rather share than duplicate.
My point is that I don't think any other platform should have this logic. I don't think this is what a web server should be working on, and I don't think that this will work reliably on multiple platforms when you have to deal with the difficulties of threads or process based requests. Ryan
