>> If we tail -f the log, we can see that there are these pauses where its >> thinking, then it loads the plugins, then its thinking, then it loads >> the plugins, and it does this about 30 times. This takes an extremely >> long time, regardless of what's in index.cs. >> >> We're really unsure what Trac's doing, or why. Any thoughts would be >> appreciated! >> > > Apache is a multi process web server. Are you sure the messages aren't > from different Apache child processes? > > Also, do you set MaxRequestsPerChild? If you do it would result in > Apache child processes being recycled when that number of requests is > being reached. If you have a constant stream of requests, this would > show as plugin being loaded on a similar regular basis. >
Thanks for your quick response! MaxRequestsPerChild is set to 0 AFAIK. I am sure that the messages are from the single request, as we are watching it happen on our staging server. We can see the same problem on production (which makes us want to fix this quickly). Thanks C --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
