Monthly Archives: November 2011

Build a serious WordPress server for high traffic website with nginx

Deploy multiple nginx instance on 1 server for load balance When building WordPress for high traffic website, we maintain and restart the web server frequently for better SEO  and better user experience; but we don’t want to interrupt user’s visiting. … Continue reading

Posted in design, linux, server | Tagged , , , | 1 Comment

Why Load Balance not work in Hessian C# client calling to hessian service?

When I was migrating our application from C# to Java, our Java service moved ahead of  the client application. The client application is in C#. And we export service through Hessian service. So we call java hessian service through C# … Continue reading

Posted in design, java, troubleshooting | Tagged , | Leave a comment

Noticeable Hacker news I read(2011/09-2011/11)

Programming: Signs that you’re a bad programmer How you should go about learning NoSQL What’s new in Cassandra 1.0: Performance | DataStax Spark Cluster Computing Framework Interview with Dennis Ritchie, Bjarne Stroustrup, James Gosling Lucene Eurocon 2011: Presentation slides are … Continue reading

Posted in tech watch | Tagged , | Leave a comment

Suffered by wordpress permanent links in nginx

I installed wordpress several month ago by default. The page links were in default format like /blog/p?101. After some posts written I realized that these format is not friendly to search engine. So I decided to change the permalinks format … Continue reading

Posted in linux, server | Tagged | Leave a comment

Setup your cloud server in 3 minutes with Xen 4.1 on Ubuntu 11.10

Ubuntu support xen officially since 11.10. It is really easy to install the packages. Although some issues should be fixed manually, it is a painless experience. Here’s the steps to setup your cloud server in 3 minutes with Xen 4.1 … Continue reading

Posted in cloud, linux, virtualization | 52 Comments