Author Login Chief Editor Login Reviewer Login Editor Login Remote Office

Computer Engineering ›› 2006, Vol. 32 ›› Issue (7): 269-271,280.

• Developmental Research • Previous Articles     Next Articles

Implementation of Communication Between Cluster-based Cache Server and CD Jukebox

DU Xiao, GUO Chengcheng, HU Xiumin   

  1. Internet & Information Technology Lab, Wuhan University, Wuhan 430079
  • Online:2006-04-05 Published:2006-04-05

集群缓存服务器和光盘库的通信实现

杜 晓,郭成城,胡秀敏   

  1. 武汉大学互联网与信息技术研究室,武汉 430079

Abstract: To meet the demand of mass visit by clients, this paper sets cluster-based cache servers before CD jukebox. Database server is selected properly to be the communication agency between the cluster cache server and CD jukebox. Then it chooses MySQL as the best database software and sets up the associated tables according to the requests. The program which is written with the functions provided by MySQL and SQL carries out the communication with the database server and machine hand.

Key words: CD jukebox; MySQL database; C API

摘要: 针对光盘库文件被客户大量访问的特点,在光盘库前端加入集群代理缓存服务器。使用数据库服务器作为光盘库和缓存服务器的通信中介,选择合适的数据库软件MySQL,建立合乎要求的关联表,用MySQL 自带的函数和SQL 语言编写程序实现和数据库、机械手的通信。

关键词: 光盘库;MySQL 数据库;C 接口