GWC: Difference between revisions

From Shareaza Wiki
Jump to navigation Jump to search
(Inserting Template:Languages)
 
 
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}
{{Languages}}


===Gnutella Web Cache===
== Gnutella Web Cache ==
Gnutella requires Gnutella Web Caches (GWC) to get IPs to establish a connection to the network. These are critical to ensuring the health of the network. If you have a dedicated server and can spare some extra bandwidth then please consider running a GWC.  People that don't have a dedicated server or are on normal broadband consumer lines should not run a cache from home.
A '''Gnutella Web Cache''' (often referred to as '''GWC''') is a web service that gives computers connecting to [[Gnutella2|G2]], [[gnutella]] or similar [[P2P network]]s IPs to connect to if they do connect for the first time or do not know IPs to connect to for some other reason. This means GWCs (and similar services) are essential for the initial network connection. However, UHCs (on gnutella) and UKHLs (on G2) are more and more taking over the services once performed by GWCs.


A GWC is a simple script that can be put on any webserver that supports one of the following scripting languages:
== How you can help ==
*JSP (Java Servlet)
If you have a dedicated server and can spare some extra bandwidth then please consider running a GWC. People that don't have a dedicated server or are on normal broadband consumer lines should not run a cache from home.
**[http://web.archive.org/web/20061108091447/http://www.mager.org/GWebCache/ Java Servlet GWebCache Application (Archive.org)]
 
*C
== See also ==
**[http://ghostwhitecrab.com/crab/ GhostWhiteCrab]
* [[GWC specs]]
*Perl
* [[Host Cache]]
**[http://www.jonatkins.com/perlgcache/ Jon Atkins' perlgcache]
**The original [http://www.gnucleus.com/gwebcache/dist/ GnuWebCache]
*PHP
**[http://gwcii.sourceforge.net/ PHPGnuCacheII] - MySQL
**[http://www.bazookanetworks.com Bazooka G2WC] (recommended) - flat files
**[http://sourceforge.net/projects/skulls/ Skulls! Multi-Network WebCache] - flat files
====Further Information:====
*[http://www.gnucleus.com/gwebcache/|Original GWC site]

Latest revision as of 17:08, 2 February 2014

  Languages:

[[::GWC|English]] • [[::GWC/de|Deutsch]] • [[::GWC/es|Español]] • [[::GWC/fr|Français]] • [[::GWC/he|עברית]] • [[::GWC/it|Italiano]] • [[::GWC/nl|Nederlands]] • [[::GWC/pl|Polski]] • [[::GWC/pt|Português]] • [[::GWC/ru|Русский]] • [[::GWC/zh-hant|‪中文(繁體)]]

e

Gnutella Web Cache

A Gnutella Web Cache (often referred to as GWC) is a web service that gives computers connecting to G2, gnutella or similar P2P networks IPs to connect to if they do connect for the first time or do not know IPs to connect to for some other reason. This means GWCs (and similar services) are essential for the initial network connection. However, UHCs (on gnutella) and UKHLs (on G2) are more and more taking over the services once performed by GWCs.

How you can help

If you have a dedicated server and can spare some extra bandwidth then please consider running a GWC. People that don't have a dedicated server or are on normal broadband consumer lines should not run a cache from home.

See also