Apache

Tags:

Discover 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
b) Reverse proxy server
c) Apache reverse proxy etc
d) It can detects when a backend server fails or recovers, and bases its load balancing decisions on this information: if a backend server fails, it will not receive requests until it recovers
e) It can decrypts https requests to http ones
f) Rejects incorrect requests
h) It can be used in a chroot environment (security feature)

Tags:

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.

http://www.howtoforge.com/speedycgi_debian_etch

Syndicate content Syndicate content