On Tue, 2003-08-26 at 01:41, Aaron Held wrote: > I have not seen Python crash the server, I have managed to wedge a > thread and get Webware stuck though.
What does a wedged thread mean? > Documentation and in-code docs do lack. This I agree, almost the same situation I got with my project too :) > Its starts up like a normal python app, and the logging settings are > all in conf files. You really should develop your own application > level log as well. Its pretty easy, just setup some logging function > in SiteServlet that reads servlet attributes and writes an entry at > "Sleep" Which I'd like to know, would logging to a csv file slow down webware when it gets big? I see that it is what webware does by default. > 2) Also keep PHP as a front-end and get the data via xml-rpc Is there anything wrong with making webware the frontend? The way I see it, the less context switching (programming languages differences for example) the developer has to do, the better it is. It's bad enough that we have to deal with, perl, PHP, bash, and a multitute of unix types of annoyances we have to deal with, like escaping, different output from different programs, and dealing with unfriendly outputs that in the end you have to coerce into something useful in PHP. I bet python could help me (and my developers) in that area, and WebWare could then be the appserver of choice. Then, the list of stuff will just be: python, bash, and a multitute of unix types of annoyances :) > There are no decent large open source applications in webware that you > can look at. I have some app specific code that I share, but unless > you are anaylzing and reporting on millions of lines of telecom logs > its pretty useless other then as an example. Well, I'm doing a personal project and was thinking of doing it in Twisted, now Webware makes me think otherwise. It fits my brain, so that I don't have to go thru hoops getting things done. And who knows, if it seems worthy of a public release, I'd do it :) ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
