This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "Fastmap"

From BZFlagWiki
Jump to: navigation, search
(New page: Fastmap is a HTTPD plugin that allows for the transfer of the BZW map file over HTTP instead of sending it through the game client. Sending it through the client is limited to 1kb per lag...)
 
(substantial rewrite for clarity)
Line 1: Line 1:
Fastmap is a HTTPD plugin that allows for the transfer of the BZW map file over HTTP instead of sending it through the game client.  Sending it through the client is limited to 1kb per lag time, which causes large maps to take a long time to download.  Fastmap automatically sets the map's HTTP url to the server, allowing for a much faster download of the map file (hence the name, Fastmap).
+
When the BZFlag client downloads a server map via its usual TCP connection, the speed is limited by the server to 1 KB per frame.  This can cause large maps to take many seconds to download, straining the patience of eager players.
  
The plugin requires the [[HTTPServer plugin]] to either be in the same directory as fastmap.so, or to be previously loaded.  Unlike other HTTPD plugins, Fastmap does not create a vdir.
+
The fastmap plugin provides for the transfer of the server's BZW map file in a separate HTTP connection, allowing much faster download (hence the name, fastmap).  No changes to the map file are required to take advantage of this.
 +
 
 +
This plugin requires the [[HTTPServer plugin]] to either be in the same directory as fastmap.so, or to be previously loaded.  Unlike other HTTPD plugins, Fastmap does not create a virtual directory.

Revision as of 18:27, 12 November 2009

When the BZFlag client downloads a server map via its usual TCP connection, the speed is limited by the server to 1 KB per frame. This can cause large maps to take many seconds to download, straining the patience of eager players.

The fastmap plugin provides for the transfer of the server's BZW map file in a separate HTTP connection, allowing much faster download (hence the name, fastmap). No changes to the map file are required to take advantage of this.

This plugin requires the HTTPServer plugin to either be in the same directory as fastmap.so, or to be previously loaded. Unlike other HTTPD plugins, Fastmap does not create a virtual directory.