From: MikkelFJ Date: 2001-11-27T12:47:57+09:00 Subject: [ruby-talk:26607] Re: Ruby vs. Python: Decisions, Decisions "Ralph Mason" wrote in message news:0def01c176ef$aca8ced0$0101a8c0@p3... > From: "MikkelFJ" > The my OS is better than your OS thing is a pointless waste of bandwidth. If .... > thread or process couldn't solve at least as well. Lets not forget that > (IMHO) fork was really a workaround for not having threads. That is also my view - I pulled it as an example of differences not a whichever is better. Point being that key issues should be isolated and needles incompatibilities should be avoided - i.e. - Do you really fork? - Can you make a common thread abstraction for extensions, if you really need that? Again these are just examples - I'm not entering a how to do threads discussion. MikkelFJ