snapdeal

TwitterFacebook
Get flash to fully experience Pearltrees

The Linux Virtual Server Project - Linux Server Cluster for Load Balancing

best opensource load balancer - operates at low network layer (sth below TCP/IP) - hence very efficient by balamurugan Mar 8

http://code.google.com/p/memcached/ memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. If you're a developer, or interested in helping us along, please help test the latest beta release on the download page. We work hard to ensure the beta releases are of high quality, but as with all beta software, be warned. <p style="text-align:right;color:#A8A8A8"></p>

memcached - Project Hosting on Google Code

http://code.google.com/p/google-gson/

gson - Project Hosting on Google Code

Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of. There are a few open-source projects that can convert Java objects to JSON. However, most of them require that you place Java annotations in your classes; something that you can not do if you do not have access to the source-code. Most also do not fully support the use of Java Generics.

HttpClient - HttpClient Home

End of life The Commons HttpClient project is now end of life, and is no longer being developed. It has been replaced by the Apache HttpComponents project in its HttpClient and HttpCore modules, which offer better performance and more flexibility. Introduction The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant protocol used on the Internet today. http://hc.apache.org/httpclient-3.x/