LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Screen corruption with telnet, ssh (https://www.linuxquestions.org/questions/programming-9/screen-corruption-with-telnet-ssh-279142/)

subu_s 01-17-2005 11:55 PM

Screen corruption with telnet, ssh
 
I have a shell script which invokes multiple processes and each of the processes write output to the terminal by using terminal functions like "tput cup x y" and "echo "xxx".
I have ensured that there is no race condition when the processes simultaenously write to the terminal by implementing a lock mechanism.
This works perfectly when I run the script from my linux machine console.

However, when I use telnet/ssh to connect to the machine and then invoke the script, I find that though there is no screen corruption most of the times, sometimes there is corruption.

What could be the reason?

Thanks and Regards,
Subu


All times are GMT -5. The time now is 09:57 AM.