Re: [Webware-devel] understanding the sources??

2001-10-16 Thread Ian Bicking
Well, you might want to look at a document I wrote up a while ago: http://207.228.250.44/software/webware/Anatomy.html I wrote it while I was trying to do pretty much what you are trying to do. It can be a little confusing to figure out just what gets called where. markus jais <[EMAIL PROTECT

[Webware-devel] understanding the sources??

2001-10-16 Thread markus jais
hello I would like to understand the sources of webware can anybody give me a hint, with witch file/module to start?? thanks in advance regards markus -- Markus Jais http://www.mjais.de [EMAIL PROTECTED] The road goes ever on and on - Bilbo Baggins

[Webware-devel] webware daemon worries

2001-10-16 Thread Jeff Johnson
I'm still a little worried about Webware running as a daemon. I assign a file-like class that doesn't write anything to sys.stdout and sys.stderr, otherwise print statements will raise exceptions and eventually Webware will run out of servlet threads or lose the main thread. I don't know why I'm

Re: [Webware-devel] UserKit

2001-10-16 Thread paul
Baruch Even <[EMAIL PROTECTED]> wrote: > >* Ian Bicking <[EMAIL PROTECTED]> [011012 00:06]: >> After reading your article, a non-SSL solution occurred to me. You >> can implement MD5 on the client through Javascript (see >> http://pajhome.org.uk/crypt/md5/md5src.html), and it's not even a very >>