diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-03-18 18:35:20 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-03-18 18:35:20 +0000 |
commit | 7ccee75a954c67ea0d7be713c1d77133b06bec46 (patch) | |
tree | 89586058cf8c8f930b73d0ad092ba4df75ff5cfb /www/Makefile | |
parent | 13cce8db1ab68d9fbcc9bef80dd8ff8f4ab4f66b (diff) | |
download | ports-7ccee75a954c67ea0d7be713c1d77133b06bec46.tar.gz ports-7ccee75a954c67ea0d7be713c1d77133b06bec46.zip |
ThunderCache 4 is an enhaced standalone high-performance web caching system.
It's main goal is to be able to cache dynamic contents, the content most
proxing systems are unable to do caching. This is how ThunderCache becomes
high-performance and high-eficiency.
ThunderCache is freeware up to 50 concurrent sessions, and needs commercial
license to run more than 50 concurrent sessions. It's designed to run on
FreeBSD. Advanced features include TProxy support (IP_BINDANY), ToS/DiffService
marking.
WWW: http://www.bmsoftware.org
Submitted by: Patrick Tracanelli <eksffa at freebsdbrasil.com.br> (by email)
Notes
Notes:
svn path=/head/; revision=251215
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index de60c6a25f6f..d6b3f895e832 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1572,6 +1572,7 @@ SUBDIR += textpattern SUBDIR += thttpd SUBDIR += thumbnail_index + SUBDIR += thundercache SUBDIR += tidy SUBDIR += tidy-devel SUBDIR += tidy-lib |