The Artima Developer Community
Sponsored Link

Python Buzz Forum
pycs.net, still broken

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Phillip Pearson

Posts: 1083
Nickname: myelin
Registered: Aug, 2003

Phillip Pearson is a Python hacker from New Zealand
pycs.net, still broken Posted: Oct 12, 2003 2:10 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Phillip Pearson.
Original Post: pycs.net, still broken
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
Latest Python Buzz Posts
Latest Python Buzz Posts by Phillip Pearson
Latest Posts From Second p0st

Advertisement
Argh - just logged in to the server to find that the pycs.net process has used 1338 minutes (just over 22 hours) of CPU time since Friday, and that it was currently sucking 97% CPU. Ouch. Sorry to all the other users of the JohnCompanies FreeBSD box it's been abusing.

It looks like something is causing MetaKit (the database) to spin while trying to access something. Definitely what happend ages back. At that time, it was the comment database that was all screwed up. Nowadays, PyCS stores a lot more data in there, so it could be anything -- user data, referrer info, comments, trackbacks, access rules, etc.

I'm going to pick up my MetaKit database compaction script from the other day and get it to look a bit deeper into the database, and actually copy each bit of data separately. I suspect that picking up a row and dropping it another file was just copying bytes from DB to DB rather than redoing the structure. Let's see.

Comment

Read: pycs.net, still broken

Topic: Linux ext3fs file write performance Previous Topic   Next Topic Topic:

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use