I have a concept I'd like to work on that requires the use of low-level sockets (i.e.: no frameworks or wrappers,开发者_开发问答 just the standard send/recv pattern included in most standard libraries.
I'm familiar with both Ruby and Python, and from my (limited) experience they seem to have similar socket libraries. What I'd like to know is if either language has any advantage, whether it be with performance, stability, ease-of-use or otherwise.
Thanks.
What a language you know better, that'll fit your needs.
Both language offer a very thin wrapper above the underlying OS socket library. You won't get much difference.
精彩评论