Re: [Webware-discuss] Improvements to Webware after v0.9?

2005-02-20 Thread lloyd
Ian Bicking wrote: - contexts become "applications" - get their own sessions and state; I definitely want to support multiple applications living in the same process. Contexts don't really help me do that, though. So I'd rather simply have per-directory (or per-url-path) configuration. Then an

Re: [Webware-discuss] Improvements to Webware after v0.9?

2005-02-19 Thread Ian Bicking
lloyd wrote: * Mostly backward-compatible. There are some missing corners of the Webware API, but that can be fixed. The whole MakeAppWorkDir thing goes away (for better or worse), and Contexts disappear. is that a good thing (contexts going away)? recently i was looking over the (abandoned?)

Re: [Webware-discuss] Improvements to Webware after v0.9?

2005-02-19 Thread Winston Wolff
is that a good thing (contexts going away)? Either they should go away, or become a mechanism for web applications. Right now they don't do anything but cause complexity. recently i was looking over the (abandoned?) "webware experimental refactoring" project, and it had some interesting improve

Re: [Webware-discuss] Improvements to Webware after v0.9?

2005-02-19 Thread lloyd
Ian Bicking wrote: I'm personally convinced that this should be the future of Webware (and, in a general architectural sense, Python web programming as a whole). It offers a few current advantages over Webware: [...] * Mostly backward-compatible. There are some missing corners of the Webware AP

Re: [Webware-discuss] Improvements to Webware after v0.9?

2005-01-03 Thread Ian Bicking
Winston Wolff wrote: So regarding WSGIKit and Webware, how do you think we should proceed as far as the code base and development goes? Should we try to move Webware over to use WSGI, should we develop them in parallel? It seems to me we should at least put them in the same version control syste

Re: [Webware-discuss] Improvements to Webware after v0.9?

2005-01-03 Thread Winston Wolff
So regarding WSGIKit and Webware, how do you think we should proceed as far as the code base and development goes? Should we try to move Webware over to use WSGI, should we develop them in parallel? It seems to me we should at least put them in the same version control system. I prefer Subversio

Re: [Webware-discuss] Improvements to Webware after v0.9?

2004-12-30 Thread Ian Bicking
[EMAIL PROTECTED] wrote: While we're talking about improvements, I might re-note the existance of WSGIKit: http://svn.colorstudy.com/trunk/WSGIKit/ I prefer Webware over other Python frameworks because of its multithreaded application server. I don't know whether that is at all compatible with th

Re: [Webware-discuss] Improvements to Webware after v0.9?

2004-12-30 Thread mpalmer
Quoting Ian Bicking <[EMAIL PROTECTED]>: > While we're talking about improvements, I might re-note the existance of > WSGIKit: http://svn.colorstudy.com/trunk/WSGIKit/ > I prefer Webware over other Python frameworks because of its multithreaded application server. I don't know whether that is

Re: [Webware-discuss] Improvements to Webware after v0.9?

2004-12-29 Thread Ian Bicking
While we're talking about improvements, I might re-note the existance of WSGIKit: http://svn.colorstudy.com/trunk/WSGIKit/ I'm personally convinced that this should be the future of Webware (and, in a general architectural sense, Python web programming as a whole). It offers a few current advan

[Webware-discuss] Improvements to Webware after v0.9?

2004-12-29 Thread Winston WOLFF
I'd like to do some cleaning up of Webware after our v0.9 build. The automated tests are good preparation to that cleanup. When there are a good set of test cases in place, I'd like to make Webware easier to install. I'm also improving my Cheetah ServletFactory which I can add as a kit. And I h

Re: [Webware-discuss] Improvements to Webware after v0.9?

2004-12-29 Thread Robert Forkel
hi, not exactly an improvement, but rather a bugfix: i think the issue was already mentioned once on this list. mod_webkit for apache 2 does not work with the apache 2 installation of SuSE linux distribution 9.0. i don't know, whether anyone has solved this very specific problem. admittedly, thi

[Webware-discuss] Improvements to Webware after v0.9?

2004-12-29 Thread Winston WOLFF
I'd like to do some cleaning up of Webware after our v0.9 build. The automated tests are good preparation to that cleanup. When there are a good set of test cases in place, I'd like to make Webware easier to install. I'm also improving my Cheetah ServletFactory which I can add as a kit. And I h