[Webware-devel] Re: webware-devel

2004-12-07 Thread Ian Bicking
Eric Radman wrote: Ian, I've been doing some benchmarking on WSGI WebKit. Database apps seem to run at about 80% of the speed of those running under mod_webkit2, which is very respectable (much better than Woven!), but when I increase the concurrency it doesn't do so well. At 100 concurrent connect

Re: [Webware-devel] AutoReloadingAppServer

2004-12-07 Thread Winston Wolff
I believe you just change the setting in AppServer.config from: AutoReload = False to AutoReload = True -ww On Dec 6, 2004, at 9:31 AM, Paul Goodyear wrote: AutoReloadingAppServer.py How do I implement this so that my contexts trigger the restart if imported files are not updating? Thanks. Pa

Re: [Webware-devel] Re: [Webware-discuss] automated test suite, your thoughts?

2004-12-07 Thread Winston Wolff
Yes, BuildBot is perfect. So does this sound like something we should work towards? If others agree, I'll start working on it as time permits. -ww On Dec 7, 2004, at 3:00 AM, Ed Rahn wrote: You might find BuildBot useful. http://buildbot.sourceforge.net/ Ed On Mon, 6 Dec 2004 10:04:18 -050

Re: [Webware-devel] Re: you're missing nevow and stan

2004-12-07 Thread Ed Rahn
> On Mon, 29 Nov 2004 16:09:44 +0100, Moof wrote: > > nevow is the "son of" woven, the Twisted templating language which > > is currently deprecated. It has a philosophy similar to ZPT in > > construction, and feels partly derived from ZPT. I'd say it's > > currently in alpha, not structured as a w

Re: [Webware-devel] Re: [Webware-discuss] automated test suite, your thoughts?

2004-12-07 Thread Ed Rahn
You might find BuildBot useful. http://buildbot.sourceforge.net/ Ed On Mon, 6 Dec 2004 10:04:18 -0500 Winston Wolff <[EMAIL PROTECTED]> wrote: > Hi Mark and other Webware developers- > > Here are my first thoughts on organizing automated test cases. To > make it easy for people to contribute a