I don't know but I always get the feeling that when people that preach in favor of those languages, it seems they just want snob the majority of developers that use PHP, but in reality they envy the size of PHP market.
It is very easy for an average Joe PHP programmer to get a job. The same could not be said about Python or Ruby. It is not a problem of the language, but rather the fact that PHP became hugely popular, because the Web became hugely popular and PHP was there since its foundation.
As for threading, I think you mean asynchronous I/O, which is a way to have multiple I/O operations going on in parallel. PHP can do asynchronous I/O, it is just not a natural way of for people to program things. Again PHP provides some asynchronous I/O support, although Node.js provides a more mature implementation.
Actually that was a topic discussed in the Lately in JavaScript podcasts some time ago.
jsclasses.org/blog/post/3-Is-NodeJS
...
It was also discussed in the PHP Classes blog
phpclasses.org/blog/post/133-Accele
...
And then in the Lately in PHP podcast episode 6:
phpclasses.org/blog/post/134-Unusua
...