[REBOL] Re: CGI problems
From: Carl:rebol at: 12-Jul-2003 1:48
>Apparently the problem was vanilla.r which had spawned 50
>processes using up 85% of the CPU time.
>I'm using Solaris version 2.5 of core. Anyone any ideas
>as to why this is happening?
Version 2.5? What's the next digit in the tuple? That's the one we need.
There was a problem in earlier versions that left a zombie process (async DNS)
hanging. Sounds like the problem you have.
Testing vanilla with 2.5.0 here shows the problem, I've got 143 zombies.
But seems to work fine under 2.5.5.
Upgrade to Solaris Sparc Core 2.5.5 from the website. Site shows it's there.
-Carl