在线教育系统以学院或者教学系为教学单位进行设置,采用Web流行的客户机/服务器模式更加适应学校的发展。ASP.NET技术作为中间件,以SQL Server 2000作为后台数据库,并对ASP.NET与CGI、PHPJ、SP进行比较,阐述了在线教育系统的系统结构,对各个功能模块、试卷生成算法及所采用的关键技术做了详细描述,实现了在线教育系统的一般功能。基于ASP.NET的程序设计使得该系统更易维护、更安全、更稳定。
The access frequency of different files in file system is dissimilar. If file system can optimize the block lay-out of these hot files which are frequently accessed,the performance of file system will be improved. This paper pre-sents a high performance block layout mechanism: Active Block Layout (ABL). ABL can record the access frequencyof every file in file system and actively optimize the block layout of these hot files by block duplicating. The duplicatedblocks can be placed in the special zone of track,which is called "Cooling Zone". ABL can automatically determine theplacing position and the copy count of the blocks which need to be duplicated. In order to reduce the overhead of blockduplication,this paper also presents a mechanism which uses the potential disk bandwidth to realize the block duplica-tion,and does not obviously degrade the performance of file system.