How to Install and Setup Simple Facebook Connect for WordPress
One of our users over at our Facebook community page asked us to cover the installation and setup of Simple Facebook Connect plugin for WordPress. For those who do not know, Simple Facebook Connect is a plugin created by Otto (@otto42) to make it easy for your site to use Facebook social plugins.
Flask-Mail windows-issues
Windows issues Flask-Mail requires the use of the Lamson library, which unfortunately has dependencies that do not work on Windows. You can install Flask-Mail, Lamson and other libraries with the no dependencies option: easy_install -N lamson chardet Flask-Mail
How does Zed Shaw's Python-based Lamson mail server compare to Matt Sergeant's Javascript-based Haraka mail server?
This makes some things easy, and it makes other things make no sense.
Debian Linux Named Most Popular Distro for Web Servers
Jan 12, 2012 2:20 am 1. Debian 2. CentOS 3. Ubuntu 4. Red Hat 5. Fedora 6. SuSE 7. Gentoo
flup vs uWSGI with cherokee
flup is slightly faster than uWSGI at this point but this has to be put into perspective and you need to take into consideration the features that come with uWSGI, an exhaustive list can be found here. uWSGI is unable to complete the ab test with the following argument -n 1000 -c 100 with its default settings you will need to adjust the timeout socket and socket listen queue. However it is interesting to note that the memory footprint for uwsgi is lower by an order of magnitude and that my laptop remains responsive during the ab test using uWSGI where it was almost taken down by same test with flup.