There is an issue with current putty-nd: if you open multiple tabs, no matter which tab dispaly becomes busy, it will cause all tabs hung, not usable.
So I recommend to separate each tabs with their own process to handle the tab.
You are right. It is a hard work, but not impossible. I will have a try, but not coming soon.
Actually some jobs have been done with the current design by controlling the data handled per second. It works better when there are massive output coming out very fast(e.g., cat a large file). But the issue is there, I know. It is with the design.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You are right. It is a hard work, but not impossible. I will have a try, but not coming soon.
Actually some jobs have been done with the current design by controlling the data handled per second. It works better when there are massive output coming out very fast(e.g., cat a large file). But the issue is there, I know. It is with the design.