home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / www / ArcWEB / WotIsProxy < prev   
Text File  |  1995-06-24  |  3KB  |  63 lines

  1.  
  2. Help on Proxies and how to use them
  3. ===================================
  4.  
  5.  
  6. In message <19950605.222342.63@sitex.demon.co.uk> Neil Tarrant wrote:
  7.  
  8. A proxy machine is an HTTP server that 'passes on' requests to other sites.
  9. It requests the document on your behalf.
  10.  
  11. At first this may seem a little pointless, but after using one for a while
  12. you'll really appreciate the benefits. Most internet WWW users browse
  13. pages in the United States. Going over to the States each time you want to
  14. read a HTTP doc is sluggish (to say the least). A proxy HOLDS recent copies
  15. of *popular* documents and hence can often give a **MUCH** faster response. A
  16. good example of this is 'http://www.playboy.com/' which is a *very* popular
  17. home page. Accessing this without the proxy is very slow, but with the proxy,
  18. response is *very* fast.
  19.  
  20. HTTP proxy is also very useful when browsing European sites. Not many
  21. people realise that requests to Europe USUALLY go via the US, which adds
  22. a hell of an overhead to the request time (it's often faster accessing
  23. Australia).
  24.  
  25. The other important use of proxy machines (well some anyway) is that they
  26. provide non-HTTP resource conversion. For example, gopher requests return
  27. gibberish if fetched directly, but a proxy will translate the gibberish
  28. into a nicely laid out HTTP document. The same is true of FTP (etc), which
  29. is tricky to provide via a local client fetcher.
  30.  
  31. Therefore an application such as WebGopher, can provide HTTP, gopher, ftp
  32. and others, without much programming.  [ArcWebTCP will handle HTTP and FTP
  33. requests itself, and use the resource conversion utilities for gopher and
  34. WAIS.  Ed.]
  35.  
  36. Note, however, WebGopher can do (and only does) direct gopher fetching,
  37. 'coz it's nicer', but the others can be done via a different proxy. FTP,
  38. for example, is ONLY handled via the proxy (it took me all of 15 minutes
  39. to add FTP support this way).
  40.  
  41. Direct fetching is usually more efficient for non-HTTP protocols, as it's
  42. mainly for HTTP (that's where most benefits will be gained).
  43.  
  44. [If you want to use proxies, and you are a Demon customer, then use,
  45. www.demon.co.uk on port 80 as your HTTP proxy and also for FTP, gopher and
  46. WAIS. If you in the UK academic community then use wwwcache.hensa.ac.uk on
  47. port 8080 except WAIS which is on port 80 on wwwcache.hensa.ac.uk  Ed.].
  48.  
  49. NOTE: It is considered 'rude' to use an external proxy UNLESS you have
  50. no viable alternative (ie use demon instead of hensa for HTTP), as it
  51. places undesirable strain on the overloaded general proxy machines.
  52.  
  53. I hope this clears up the confusion many new users seem to have regarding
  54. proxy machine usage. :-)
  55.  
  56. [For more details on how ArcWebTCP handles proxies, load ArcWeb and click
  57. on the icon bar icon to open the welcome page.  Then follow the link to
  58. the User Manual and then follow the 'Proxy' link.   Ed.]
  59.  
  60. --------------------
  61. Neil Tarrant
  62. (Modifications by S.Brodie marked as [Ed.])
  63.