multi threading python/ruby vs java?
Posted
by fayer
on Stack Overflow
See other posts from Stack Overflow
or by fayer
Published on 2010-06-03T05:59:48Z
Indexed on
2010/06/03
6:04 UTC
Read the original article
Hit count: 178
i wonder if the multi threading in python/ruby is equivalent to the one in java?
by that i mean, is it as efficient?
cause if you want to create a chat application that use comet technology i know that you have to use multi threading.
does this mean that i can use python or ruby for that or is it better with java?
thanks
© Stack Overflow or respective owner