I have a script which reads data from a file and then send to the remote system via various "transmit" commands.
The script runs at a good response rate initially , say the first 2-3 lines of the source file. But later it seems to slow down as it advances the "read" operation of the source file.
(FYI: the "transmit pacing" parameter is set to the default vaue i.e 0 ms.)
How can I make the script to run faster? Does it depend on the processor rate of the remote system?
The script runs at a good response rate initially , say the first 2-3 lines of the source file. But later it seems to slow down as it advances the "read" operation of the source file.
(FYI: the "transmit pacing" parameter is set to the default vaue i.e 0 ms.)
How can I make the script to run faster? Does it depend on the processor rate of the remote system?