5 comments

[ 0.21 ms ] story [ 25.8 ms ] thread
I have been de-googling (youtube) video streaming with my app server lately: http://github.com/tinspin/rupy

The last google dependency I now have (SMTP) will be added to rupy once I finish my MMO!

But what about PeerTube?
PeerTube can't scale like my App Server. I can host 100.000 concurrent clients on a AWS 4x core server with only 5 threads! Non-blocking IO and complex memory-model VM for joint parallel concurrency is only possible to scale like that with Java! Not even C can handle that kind of pressure on the first practical bottle-neck of the end of Moore's Law: Memory Speed!