cogumm / shellinabox

Exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

Delay after typing in shellinabox #277

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi all,

I have installed shellinabox on centos 6.5 and accessing the terminal from 
windows machine using the url : http://<ip>:4200.

Whenever i type something in the terminal it is displaying after some delay. I 
removed blink option in the terminal which improved it but not completely. Is 
there any option that i can enable which improves it.

Thanks,
Santosh

Original issue reported on code.google.com by santoshv...@gmail.com on 24 Jan 2015 at 3:44

GoogleCodeExporter commented 8 years ago
The problem i have observed is that everytime you type a letter in the terminal 
shellinabox.js is sending a  request over the network to the server. I want 
that to be sent only when user click on enter button. Is there any option for 
that or do we need to change that js file itself?

Original comment by santoshv...@gmail.com on 27 Jan 2015 at 5:51

GoogleCodeExporter commented 8 years ago
Hi :)

1. Maybe you have latency issues on your network. You could try running "ping 
<ip>" command
from your windows machine and paste the output here. 

Or maybe you have performance issues on your server. See "top" command on 
CentOS machine.

2. I don't think that there is an option to do that. And I don't think that 
this option would
help in your case. You would probably still have delays on user click.

Original comment by luka.kra...@gmail.com on 27 Jan 2015 at 9:24