NavigationUser loginLinux NewsClick the above for your daily dose of Linux news. Food for ThoughtIf your parents didn't have children, you probably won't either. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
ApacheDiscover Apache Synapse, a high-performance enterprise service bus with simple configuration, extensible architecture, and a minimal footprint. It is a versatile tool that you can use for a variety of tasks. This article examines how you can use Apache Synapse to create mock Web services. Gzip is the most popular and effective compression method. Most modern web browser supports and accepts compressed data transfer. By gziping response time can reduced by 60-70% as compare to normal web page. The end result is faster web site experience for both dial up (they're not dead yet - I've dial up account for backup purpose) and boradband user. http://www.cyberciti.biz/tips/lighttpd-mod_compress-gzip-compression-tutorial.html Pound is a reverse-proxy load balancing server. It accepts requests from HTTP / HTTPS clients and distributes them to one or more Web servers. The HTTPS requests are decrypted and passed to the back-ends as plain HTTP. It will act as: a) Server load balancer Apache Lucene is a Cross-Platform Solution written in 100% Java. It offers powerful features through a simple API, that will go out and grab and index pages you specify, allowing you to search them at will. In this tutorial, you'll learn how to create a high-performance search engine in a step-by-step manner and how to use Apache Lucene and integrate it with a Web application. This article: Beef up Web search apps with Lucene, is also available for you to learn more. This tutorial shows how to install and use SpeedyCGI (also known as PersistentPerl) on a Debian Etch system. SpeedyCGI is a way to run Perl scripts persistently, which can make them run much more quickly. It keeps the Perl interpreter running, and during subsequent runs, this interpreter is used to handle new executions instead of starting a new Perl interpreter each time. |