No subject
Tue Sep 23 07:25:05 CDT 2008
> Gajim uses non-blocking sockets to not have to use threads. I do not
> think only it is necessary to neglect the use of threads just to not
> have to be bored with, especially at the hour of the processors
> multi-cores.
Python does not benefit from multi-cores when using threads. The
interpreter lock makes multi-core useless unless you are in a C module
and release the lock. Gajim will not benefit from threads at all.
Dirk
--
Those that make the rules don't play the game!
More information about the JDev
mailing list