On Thu, Nov 17, 2005 at 09:14:28AM -0700, Tom Shafer wrote: > >March '04 > >borivoj wrote: > >>I would like to know is there anybody other willing to share experiences > >>in TWS - all-in-one web server, tcl and sqlite combination provided by > >>Richard on http://www.hwaci.com/sw/tws
Interesting! I'd never noticed TWS either. From the limited docs, it sounds a bit like a (very) mini-AOLserver. The core TWS codebase is also very small, its entire src/ directory is only 3276 lines total (according to 'wc -l'), and much of that is comments. At first glance, TWS has nothing like AOLserver's ns_* API (to give Tcl scripts tight integration with the web server), but due to its simplicity and all-in-one design, TWS would presumably be good target for hacking in some minimal form of such support if you wished to. Dr. Hipp, how would you compare/contrast TWS with, say, TclHttpd, and/or other application server environments? -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/

