The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Rubyforge ViewVC Performance Bump

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
Matt Bauer

Posts: 48
Nickname: bauer
Registered: Apr, 2007

Matt Bauer owns Mosquito Mole Multiworks - a Rails Hosting and Consulting Company
Rubyforge ViewVC Performance Bump Posted: May 3, 2007 12:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Matt Bauer.
Original Post: Rubyforge ViewVC Performance Bump
Feed Title: blogmmmultiworks
Feed URL: http://blog.mmmultiworks.com/feed/rss.xml
Feed Description: Thoughts on Ruby, hosting and more
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Matt Bauer
Latest Posts From blogmmmultiworks

Advertisement

Recent Rubyforge ViewVC performance has sucked and it's bugged me. Today I finally found some time to look at. The problem? ViewVC was serving static assets like stylesheets and images through the handler.py code. Not ideal. I created a new section in the Apache virtual host config and changed the viewvc.conf docroot line.

Apache Virtual Host

Alias /docroot /u/apps/viewvc/templates/docroot
<Directory /u/apps/viewvc/templates/docroot>
  Order allow,deny
  Allow from all
</Directory>

viewvc.conf

docroot = /docroot

I also changed over to an OpenBSD SMP kernel to take advantage of the dual procs in the server. I can now say the performance is acceptable, though I would still like it to be faster.

On a different note, I'm aware of a problem with the repository rsync jobs resulting in Rubyforge ViewVC to be out of sync. I'm working on this problem and will post the fix once I find it.

Read: Rubyforge ViewVC Performance Bump

Topic: RubyConf 2007...the when and the where Previous Topic   Next Topic Topic: Rails Developers in India, I'd Recommend

Sponsored Links



Google
  Web Artima.com   

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