On Fri, May 24, 2002 at 09:22:38AM -0500, Patrick K. O'Brien wrote: > Yes, because I have to use straight CGI on my production site. It isn't a > noticable problem now, but I'd like it to scale as best as it can. Can you have a long running process on the server? If so, a CGI to SCGI adaptor would give you good performance. I've started one written in C but haven't finished it yet. Neil