Yes, the results would be different on different platforms, especialy for something like thread. As you pointed out, the thread implementations are so different on different platforms.
Even on similar platforms, with a different configuration, the results are so different. I tried:
- windows 2k, with a high configuration (not sure about the exact numbers, I am at home now, and that one is at my company). After created 230 threads, the first script exited without error or warning, but quited.
- with this win98 at home, low configuration - 32m memory, it quited after 30 threads being created.
On windows, I would expect the setting of virtual memory might alter the results.
I think lots of people probably want to see results on other platforms, as future reference. I have access to unix, but it only has 5.6.1 installed, so useless in this case.