openruko / gitmouth

SSH to Git Server for Openruko - Similar to heroku's SSH server
BSD 2-Clause "Simplified" License
19 stars 5 forks source link

Flow control using SIGCONT/SIGSTOP #2

Open Filirom1 opened 11 years ago

Filirom1 commented 11 years ago

Flow control using SIGCONT/SIGSTOP

sitepodmatt commented 11 years ago

I suggest to cancel this one, unless its public multi-tenant it too much of concern to address with python twisted in my opinion.

http://stackoverflow.com/questions/13117502/twisted-conch-flow-control (ignore the answer as its not applicable, he consider the direction under Twisted's control)

In a multi-tenant environment this will probably have be written in Go. Or now that node.js has a ssh implementation perhaps that.

Filirom1 commented 11 years ago

Great stack-overflow comment ;)

Now node.js has a ssh server implementation ? Didn't know about it. I only see client, and ssh-agent...

Feel free to close this issue.

Filirom1 commented 11 years ago

I start an implementation in GO : https://gist.github.com/Filirom1/5273995

Will see if it leads me to something interesting.