sl_cache (E)
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* sl_cache [#m18048f6]
[[日本語はこちら>sl_cache]]~
** Outline [#uf52edaf]
- &font(120%){''&font(Red){Attention};:''}; ''The textu...
-''sl_cache'' is a UDP Texture Cache Server for ''[[sl_re...
-By our measurements, the texture data accounts for about...
-Cache data is saved in a plain file or Berkeley DB file....
-''sl_cache'' doesn't rewrite the sequence number of UDP ...
- ''sl_cache'' is part of ''[[sl_proxy>sl_proxy (E)]]''.
- Current version is ''1.1.0'' (28 Step. '11)
*** Outline of Functions [#gd1c99c9]
+Texture data caching is enabled through ''[[sl_relay>sl_...
***Annoyances or Bugs. [#ie9ebcd0]
+Cache data is saved in a plain file or a Berkeley DB fil...
+The speed slows in Berkeley DB. Plain file is more high-...
+The program has not been stress tested.
** Explanation [#y7c7c0f1]
+[[Caching of Texture Data>./Caching]]
+[[Texture Data Base>./Texture DB]]
+[[When the server has two network interfaces or more>/sl...
+[[Expire Cache Data>./Expire]]
+[[Log and Debug Mode>./Log and Debug Mode]]
+[[Security>./Security]]
** Configuration [#c7736a3e]
-The default configuration file is ''/usr/local/etc/sl_pr...
-It is also possible to specify other files if ''-f'' opt...
-Because the configuration file is read before ''sl_cache...
-The setting of each item is described in the configurati...
*** Items [#w5d029f2]
**** Ports for communication with Relay Server [#q6cfd47b]
-[[MinUdpPutPort>./MinUdpPutPort]]
-[[MaxUdpPutPort>./MaxUdpPutPort]]
-[[MinUdpGetPort>./MinUdpGetPort]]
-[[MaxUdpGetPort>./MaxUdpGetPort]]
**** Number of transfer packets [#y4963aa0]
-[[GetPacketNum>./GetPacketNum]]
**** Access Control [#o39c29e0]
-[[Hosts_Allow_File>/sl_proxy (E)/Hosts_Allow_File]]
**** Etc. etc. [#td42a6e9]
-[[Temp_File_Dir>/sl_proxy (E)/Temp_File_Dir]]
-[[MaxIdleTime>/sl_proxy (E)/MaxIdleTime]]
** Execute Options [#nb85999c]
sl_cache [-p port_no] [-f config_file] [-u user_name] [...
[-pid pid_file] [-l [hitrate_logfile]] [-v sys...
[-xpr [expire_days]] [-lx [expire_logfile]]
[-fdb] [-d]
[--version] [--help] [-h]
-p : port number that Relay Server(sl_relay) connects....
-f : configuration file. default is /usr/local/etc/sl_...
-u : specify effective user.
-i : specify sl_relay side network interface IP address.
if your server has two or more network interfaces...
-pid : specify pid file.
-l : create hit rate log file. default file name is /v...
-v : level of syslog. default is LOG_INFO (7).
-xpr : execute the cache expire daemon.
The expire time can be continuously specified by ...
the expire demon retrieves at random and deletes ...
the specified days.
-lx : create cache expire log file. default file name i...
-fdb : Berkeley DB is used for the data base. default is...
-d : debug mode. display debug information.
--version : display Version information.
--help, -h : display this Help messages.
**Processes [#b015ec30]
*** Data Caching [#i946f8e2]
-There is a two step data save process so that a single p...
#ref(sl_cache/sl_cache.png,,80%)
- [Save Data Process] is ''Cache Put Server''
- [Get Cache Process] is ''Cache Control Process''
終了行:
* sl_cache [#m18048f6]
[[日本語はこちら>sl_cache]]~
** Outline [#uf52edaf]
- &font(120%){''&font(Red){Attention};:''}; ''The textu...
-''sl_cache'' is a UDP Texture Cache Server for ''[[sl_re...
-By our measurements, the texture data accounts for about...
-Cache data is saved in a plain file or Berkeley DB file....
-''sl_cache'' doesn't rewrite the sequence number of UDP ...
- ''sl_cache'' is part of ''[[sl_proxy>sl_proxy (E)]]''.
- Current version is ''1.1.0'' (28 Step. '11)
*** Outline of Functions [#gd1c99c9]
+Texture data caching is enabled through ''[[sl_relay>sl_...
***Annoyances or Bugs. [#ie9ebcd0]
+Cache data is saved in a plain file or a Berkeley DB fil...
+The speed slows in Berkeley DB. Plain file is more high-...
+The program has not been stress tested.
** Explanation [#y7c7c0f1]
+[[Caching of Texture Data>./Caching]]
+[[Texture Data Base>./Texture DB]]
+[[When the server has two network interfaces or more>/sl...
+[[Expire Cache Data>./Expire]]
+[[Log and Debug Mode>./Log and Debug Mode]]
+[[Security>./Security]]
** Configuration [#c7736a3e]
-The default configuration file is ''/usr/local/etc/sl_pr...
-It is also possible to specify other files if ''-f'' opt...
-Because the configuration file is read before ''sl_cache...
-The setting of each item is described in the configurati...
*** Items [#w5d029f2]
**** Ports for communication with Relay Server [#q6cfd47b]
-[[MinUdpPutPort>./MinUdpPutPort]]
-[[MaxUdpPutPort>./MaxUdpPutPort]]
-[[MinUdpGetPort>./MinUdpGetPort]]
-[[MaxUdpGetPort>./MaxUdpGetPort]]
**** Number of transfer packets [#y4963aa0]
-[[GetPacketNum>./GetPacketNum]]
**** Access Control [#o39c29e0]
-[[Hosts_Allow_File>/sl_proxy (E)/Hosts_Allow_File]]
**** Etc. etc. [#td42a6e9]
-[[Temp_File_Dir>/sl_proxy (E)/Temp_File_Dir]]
-[[MaxIdleTime>/sl_proxy (E)/MaxIdleTime]]
** Execute Options [#nb85999c]
sl_cache [-p port_no] [-f config_file] [-u user_name] [...
[-pid pid_file] [-l [hitrate_logfile]] [-v sys...
[-xpr [expire_days]] [-lx [expire_logfile]]
[-fdb] [-d]
[--version] [--help] [-h]
-p : port number that Relay Server(sl_relay) connects....
-f : configuration file. default is /usr/local/etc/sl_...
-u : specify effective user.
-i : specify sl_relay side network interface IP address.
if your server has two or more network interfaces...
-pid : specify pid file.
-l : create hit rate log file. default file name is /v...
-v : level of syslog. default is LOG_INFO (7).
-xpr : execute the cache expire daemon.
The expire time can be continuously specified by ...
the expire demon retrieves at random and deletes ...
the specified days.
-lx : create cache expire log file. default file name i...
-fdb : Berkeley DB is used for the data base. default is...
-d : debug mode. display debug information.
--version : display Version information.
--help, -h : display this Help messages.
**Processes [#b015ec30]
*** Data Caching [#i946f8e2]
-There is a two step data save process so that a single p...
#ref(sl_cache/sl_cache.png,,80%)
- [Save Data Process] is ''Cache Put Server''
- [Get Cache Process] is ''Cache Control Process''
ページ名: