> I am suffering from performance problems. Delivery of pages can take up
> to 80 seconds. See http://aplwiki.com/
> 
> The CPU is kept busy by the http process. 

You could enable the timing log feature (see docs/CHANGES in the repo)
to see what requests are really taking long.

I recently also added some features that enable some performance tuning.

http://moinmo.in/HowTo/Tune%20Performance is maybe also interesting.

Often, such stuff is caused by frequent accesses to expensive
functionality (e.g. searches, pagelists, custom dynamic stuff) done by
users or bots.

The repo code should be pretty stable, btw. I plan to do a new release
in the next weeks.

> Looking into the ACCESS log nothing obvious caught my eye. The ERROR log
> is much more interesting. There are thousands of entries like this:
> 
> WARNING MoinMoin.util.filesys:110
> mkdir(('...\\\\data\\\\cache\\\\aplwiki\\\\pagegroups\\\\__lock__\\\\write_lock',),
> {}) -> access denied. retrying...

Windows?

> What is going on here?! Advice is welcome.

If you can find out what exactly is causing the "access denied" I worked
around there, I'ld be glad to hear from you (I couldn't).

Only happens on Windows AFAIK.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to