On Fri, Mar 29, 2002 at 09:37:17AM -0800, Titus Brown wrote: > Which brings me to my 2nd question: what sort of benchmarks would people > be interested in seeing (if any)? One of the main reasons to use AOLserver > and PyWX is scalability; AOLserver is what AOL.com uses, so anecdotally > it's pretty robust and scalable, but I don't know how to provide numbers > demonstrating this. "Hello, world" benchmarks are too artificial for anyone > to believe these days! Any suggestions? I think "hello world" is still useful to get an idea of the application server overhead. I would be interested to see something that touched a few megabytes of memory and used a second or two of CPU time. It would be interesting to see how this scales on an SMP machine. Does PyWX use OS level threads? Neil