Hi all, on production server (FC6, apache, mod_python), where the site would be run site achive very bad performances. This is probably some misconfiguration but what is strange to me is that satchmo.log is truncated on every request. It look something like this:
> -sh-3.1$ tail -f satchmo.log > 2008-09-20 19:34:15,862 root : INFO Satchmo Started > 2008-09-20 17:34:22,079 recentlist.middleware: DEBUG Product url is > ^/product/(?P<slug>[-\w]+)/ > / > tail: satchmo.log: file truncated > 008-09-20 17:34:39,817 recentlist.middleware: DEBUG Product url is > ^/product/(?P<slug>[-\w]+)/ > 2008-09-20 17:34:39,830 product.models: DEBUG by_site: site=1 > 2008-09-20 17:34:39,931 product.models: DEBUG by_site: site=1 > 2008-09-20 17:34:39,933 product.models: DEBUG by_site: site=1 > 2008-09-20 17:34:39,936 product.models: DEBUG by_site: site=1 > 2008-09-20 17:34:39,938 product.models: DEBUG by_site: site=1 > site=1 > tail: satchmo.log: file truncated > 008-09-20 17:34:47,220 recentlist.middleware: DEBUG Product url is > ^/product/(?P<slug>[-\w]+)/ > / Also it look to me that apache load whole django and satcmo on every request. CPU usage is near 99%. Nothing I can found in error logs Any idea what it could be? best regards, Bojan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
