Http://blog.csdn.net/tellyouatruth/article/details/5663341 Some Site Resources for high-performance servers Category: Network Development 22 people read Comment (0) Favorites Report
1. Software Framework
High-performance software frameworks are generally based on event-driven and asynchronous modes. They also provide various iocp (I/O completion port, Windows) such as thread pool, epoll (* UNX) to improve concurrent processing performance, Python, C ++, and Java have a typical framework project that provides support for high-performance network communication frameworks. Some commonly used high-performance software frameworks are as follows:
Python:
Twisted: http://twistedmatrix.com
Twisted, an event-driven networking framework written in Python and licensed under the lgpl. twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, nntp, ssh, IRC, FTP, and others), and much more.
Twisted is one of the motivations for me to learn and use python. It is very convenient for high-performance network programming. Study it carefully.
C ++:
ACE: http://www.cs.wustl.edu /~ Schmidt/ace.html
Ice: http://www.zeroc.com/ice.html
Ace used P2P "look down" software for a while last year. The framework was very elegant and its functions were comprehensive,CodeIt is extremely messy and troublesome to solve problems.
Java:
Mina: http://mina.apache.org/
Grizzly: https://grizzly.dev.java.net/
Quickserver: The http://www.quickserver.org/
2. Related Sites
Http://highscalability.com
Http://www.royans.net
Http://developer.yahoo.com/performance/rules.html Yahoo website on website performance (firebug and yslow)
Http://www.productionscale.com/
Http://www.performanceengineer.com
Http://www.webperformancematters.com/
Http://www.javaperformancetuning.com/
Blog for http://www.allthingsdistributed.com/Amazon CTO
3. RelatedArticle
Http://www.kegel.com/c10k.html
Http://pl.atyp.us/content/tech/servers.html
Http://poorbuthappy.com/ease/archives/2007/04/29/3616/the-top-10-presentation-on-scaling-websites-twitter-flickr-bloglines-vox-and-more
Http://www.royans.net/arch/library/
Http://freescienceonline.blogspot.com/2007/08/scalability-and-scalable-architecture.html
Http://www.webperformance.org/caching/caching_for_performance.html