File Read Optimization
The overheads associated with reading a file from the presentation client is reduced by lowering the number of messages sent between the application server and the presentation client if the file is "static"; that is, the file is opened for input only (
Under those conditions, the file is read by the application server in chunks from the presentation client and the file buffer management is then performed by the application server so that performance is not affected by whether the
As files are opened as Share_ReadWrite by default, to achieve this performance boost your logic must set the required
This optimization is not used when reading UTF‑8 files, non-native files (that is, Unicode files on an ANSI system or ANSI files on a Unicode system) or if the value of the
The maximum size of data that can be read or written by each read or write type statement when the value of the