Files
pcas/src/dbtools
Jim Kowalkowski 5d78536ad5 just some notes
1997-05-23 18:18:19 +00:00
..
1997-05-05 18:31:00 +00:00
1997-04-30 18:54:10 +00:00
1997-05-02 20:19:56 +00:00
1996-06-28 15:20:11 +00:00
1997-04-30 18:54:10 +00:00
1997-04-30 18:54:10 +00:00
1997-04-30 18:54:10 +00:00
1997-05-23 18:18:19 +00:00

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.