sl_cache[edit]

日本語はこちら

Outline[edit]

Outline of Functions[edit]

  1. Texture data caching is enabled through sl_relay.

Annoyances or Bugs.[edit]

  1. Cache data is saved in a plain file or a Berkeley DB file. SQL database is not supported.
  2. The speed slows in Berkeley DB. Plain file is more high-speed now.
  3. The program has not been stress tested.

Explanation[edit]

  1. Caching of Texture Data
  2. Texture Data Base
  3. When the server has two network interfaces or more
  4. Expire Cache Data
  5. Log and Debug Mode
  6. Security

Configuration[edit]

Items[edit]

Ports for communication with Relay Server[edit]
Number of transfer packets[edit]
Access Control[edit]
Etc. etc.[edit]

Execute Options[edit]

sl_cache  [-p port_no] [-f config_file] [-u user_name] [-i interface_address]
          [-pid pid_file] [-l [hitrate_logfile]] [-v syslog_level]
          [-xpr [expire_days]] [-lx [expire_logfile]]
          [-fdb] [-d]
          [--version] [--help] [-h]
       
-p   : port number that Relay Server(sl_relay) connects. default is 8200.
-f   : configuration file. default is /usr/local/etc/sl_proxy/sl_cahe.conf
-u   : specify effective user.
-i   : specify sl_relay side network interface IP address.
       if your server has two or more network interfaces, you need to use this option.
       
-pid : specify pid file.
-l   : create hit rate log file. default file name is /var/sl_proxy/sl_cache_hitrate.log
-v   : level of syslog. default is LOG_INFO (7).
       
-xpr : execute the cache expire daemon. 
       The expire time can be continuously specified by day unit. default is the 30days.
       the expire demon retrieves at random and deletes data without the access during 
       the specified days.
-lx  : create cache expire log file. default file name is /var/sl_proxy/sl_expire_cache.log
       
-fdb : Berkeley DB is used for the data base. default is plane file.
       
-d   : debug mode. display debug information.
       
--version  : display Version information.
--help, -h : display this Help messages.

Processes[edit]

Data Caching[edit]

http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?plugin=ref&page=sl_cache&src=sl_cache.png


トップ   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS