Saturday, March 13th, 2010

2 Responses to “Django, Mod-Python & CouchDB”

  1. John Ross Says:

    Try mod-wsgi. It’s much faster than mod_python an has less memory overhead. You should also consider serving your static files with a webserver like nginx or lighttpd, and let them proxy requests to your python projects.

    Btw. the man text on your site is hardly readable. Looks a little bit fuzzy.

    Greetings John

  2. number.0 Says:

    Thanks for the comment, John :) I will take a look at mod_wsgi for sure, and for production one, nginx & lighttpd is a good fit for balancing the request.

    Hopefully text is readable now.

Leave a Reply



    $('#feature2').cycle({
        fx:     'scrollRight', 
        timeout: 8000,
        delay:  -4000 
    });
    $('#feature1').cycle({
        fx:    'scrollDown',
        timeout: 8000, 
   		delay: -4000 
    });
    $('#latest').cycle({
        fx:    'scrollDown',
        timeout: 3000, 
   		delay: -1000 
    });
    $('#leading').cycle({
        fx:    'fade',
        timeout: 6000, 
   		delay: -4000 
    });
    $('#large_banner').cycle({
        fx:    'scrollDown',
        timeout: 6000, 
        delay:  -4000 
    });
    $('#long_banner').cycle({
        fx:     'turnRight',
        timeout: 8000, 
        delay:  -8000 
    });