From 30f0f765a380ce7551dc0e3402dfd26cad48c421 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 24 Feb 2003 21:21:12 +0000 Subject: [PATCH] remove obsolete README --- src/dbtools/README | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/dbtools/README diff --git a/src/dbtools/README b/src/dbtools/README deleted file mode 100644 index 0df7f6d26..000000000 --- a/src/dbtools/README +++ /dev/null @@ -1,15 +0,0 @@ -BSlib, PVSlib and client_stats are all no used. -Should be removed completely next release - -Get rid of PVS server stuff in the IOC. Replace it with RPC/XDR. - -The PVS server is a simple TCP server that runs on the IOC, it is -used to retreive information from the IOC such as: list of records -in the IOC, CA client stat information, memory usage. The code for -this system is in base/src/dbtools, the files that have the code for the -IOC (vxWorks) portion are PVSserver.c PVSvx.c vx_stats.c and client_stats.c. -The workstation client programs are rdbls.c rdbapplist.c ioc_stats.c. -The files BSlib.c and BSlib.h are used to do the networking calls for the -above programs. This entire system should be ripped out and replaced by -a simple RPC/XDR program. -