|
|
|
|
|
by agentultra
4863 days ago
|
|
I'm not a genius Ruby hacker by any stretch but if EventMachine is like any other "async IO framework" in other scripting languages then it is built on libev or libevent... so Ruby isn't really handling the connections, it's handling the callbacks. Pedantic, but important to note. |
|
Pedantic, but "pedantic" actually idiomatically means "not important to note".