Hi Folks,
In a Windows Client/Server environment: To improve the data
performance of large ISAM files and reduce the disk latency,
the application creates single large index file format type,
rebuild the indexed files periodically when needed, and sets
large file buffers size. However, the COBOL application still
experience the network latency even though the file server has
large amounts of system memory. So, since the data and network
latency are co-related with each other, the main question is:
1). How to reduce the network latency from within the COBOL
application?
Dealing with this myself.
The network seems to chatter a lot!
One thing I did to reduce bandwidth was to place as much work on the host side as possible. An example, that might not be pertinent to you, was to use stored procedures.
I don't know if that will help you, ma'am, but perhaps it will be the seed that will sprout other solutions.
In article <086b9173-2df2-4ffd-b253-c2a9ec42fbb0@googlegroups.com>,
Kellie Fitton <KELLIEFITTON@yahoo.com> wrote:
Hi Folks,
In a Windows Client/Server environment: To improve the data
performance of large ISAM files and reduce the disk latency,
the application creates single large index file format type,
rebuild the indexed files periodically when needed, and sets
large file buffers size. However, the COBOL application still
experience the network latency even though the file server has
large amounts of system memory. So, since the data and network
latency are co-related with each other, the main question is:
1). How to reduce the network latency from within the COBOL
application?
Use the COBOL standard networking latency adressing protocols.
DD--- Synchronet 3.20a-Linux NewsLink 1.114
Hi Folks,
In a Windows Client/Server environment: To improve the data
performance of large ISAM files and reduce the disk latency,
the application creates single large index file format type,
rebuild the indexed files periodically when needed, and sets
large file buffers size. However, the COBOL application still
experience the network latency even though the file server has
large amounts of system memory. So, since the data and network
latency are co-related with each other, the main question is:
1). How to reduce the network latency from within the COBOLYou run the application on the server (like I do, but that is on Linux) or you run a 'record server' on the server so that all index lookups are done there and only the required records, or groups of them, move over the network, such as MicroFocus FileShare.
application?
Hi Folks,
In a Windows Client/Server environment: To improve the data
performance of large ISAM files and reduce the disk latency,
the application creates single large index file format type,
rebuild the indexed files periodically when needed, and sets
large file buffers size. However, the COBOL application still
experience the network latency even though the file server has
large amounts of system memory. So, since the data and network
latency are co-related with each other, the main question is:
1). How to reduce the network latency from within the COBOL
application?
Thank you for your feedback.
COBOL - the elephant that can stand on its trunk...Hi Kellie
On Mon, 11 Jun 2018 17:07:22 +0000 (UTC), docdwarf@panix.com () wrote:
In article <086b9173-2df2-4ffd-b253-c2a9ec42fbb0@googlegroups.com>,
Kellie Fitton <KELLIEFITTON@yahoo.com> wrote:
Hi Folks,
In a Windows Client/Server environment: To improve the data
performance of large ISAM files and reduce the disk latency,
the application creates single large index file format type,
rebuild the indexed files periodically when needed, and sets
large file buffers size. However, the COBOL application still
experience the network latency even though the file server has
large amounts of system memory. So, since the data and network
latency are co-related with each other, the main question is:
1). How to reduce the network latency from within the COBOL
application?
Use the COBOL standard networking latency adressing protocols.
What COBOL standard networking latency addressing protocols on what >platforms? This is the first I've heard of them and I started COBOL >programming in 1963.
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (0 / 10) |
Uptime: | 81:06:37 |
Calls: | 12,949 |
Calls today: | 3 |
Files: | 186,574 |
Messages: | 3,264,663 |