【正文】
tructure of WWW and client/server architecture in ERIS. The server has two processes such as CGI and COM. CGI module handles the HTTP request from client web browsers and returns corresponding results. COM is a munication process which manages the request for ponent data. There are temporary database filtering the incorrect ponent and user information. Thus only the verified users and ponent information can be registered.A workstation with a UNIX operating system is used as a server, and PCs as clients. The INFORMIX database management system is used to manage the user and ponent data. The server process is implemented using ESQL/C language. Client programs are developed using MS visual C++ and Delphi development kit.4. CONCLUSIONSThe developed system ERIS is widely used by both system developers and reliability analysts. By bining the concept of the WWW and the legacy client/server structure, we constructed the reliability design environment directly accessible on the desk of the design engineers. By using WWW, the time needed to distribute and install of the tools is reduced much better than before. Also the ERIS can serve other organization through the internet. The growing technology and popularity of the WWW will motivate the change from legacy client/server systems to the totally webbased system.REFERENCES1. J. Lyu. On Developing an Inventory Management System in the Client/Server Environment. Computers andindustrial engineering, 29, 9397 (1995).2. R. Orfali, D. Harkey and J. Edwards. Essential Client~Server Survival Guide, Van Nostrand Reinhold, NY (1994).3. E. S. Dossick and . Kaiser. Wt~VW access to legacy client/server applications. Computer Networks and ISDNSystems, 28, 931940 (1996).4. M. K. JEONG, S. Y. LEE, C. O. JEONG and J. S. KOH. ERIS : A Reliability Design Tool forTelemunication Systems. Computers and industrial engineering, 30, 523530 (1996).5. A. Birolini. Quality and Reliability of Technical Systems. SpringerVerlag, NY (1994).There are temporary database filtering the incorrect ponent and user information. Thus only the verified usersand ponent information can be registered.本文摘自: Computers ind. Engng Vol. 35, Nos 34, pp. 599602, 1998 1998 Elsevier Science Ltd. All rights reservedPrinted in Great BritainPII: S03608352(98)001685 譯文:基于互聯(lián)網(wǎng)的可靠性信息系統(tǒng)摘要 論文主要討論的是信息可靠性系統(tǒng)隨著廣域網(wǎng)和服務(wù)器構(gòu)造的發(fā)展。 在組織機構(gòu)中,客戶端/服務(wù)器結(jié)構(gòu)被視為整合計算機數(shù)據(jù)的好方法。第三章介紹了可靠性信息系統(tǒng)的實現(xiàn)細節(jié),并在第四章進行了進一步的研究總結(jié)和討論。但對于其他系統(tǒng),客戶端軟件在執(zhí)行代表服務(wù)器或用戶的額外任務(wù)的時候,協(xié)調(diào)機制需要為基于網(wǎng)絡(luò)瀏覽器的客戶端運行這些工作。使用類似于Netscape的嵌入式APIs的瀏覽器專用工具創(chuàng)建客戶端/服務(wù)器系統(tǒng)的基于瀏覽器的客戶端是可行的。為了成為對用戶有用的軟件,相對于其它要求,一個夠大的數(shù)據(jù)庫是非常重要的。數(shù)據(jù)共享:一旦部分數(shù)據(jù)進入DBMS,那么此數(shù)據(jù)應(yīng)該可以被其他用戶分享。網(wǎng)絡(luò)瀏覽器使用的管理概念適用于ERIS。我提供了ERIS的互聯(lián)網(wǎng)和客戶端/服務(wù)器結(jié)構(gòu)的組合結(jié)構(gòu)。服務(wù)器進程通過ESQL/C語言實現(xiàn)