Re: [AOLSERVER] Discussing AOLserver at the Tcl/Tk conference

2011-10-31 Thread Alexey Pechnikov
I don't know the fast Tcl extension to parse HTTP headers. May be wrapping this project https://github.com/joyent/http-parser will be useful to build pure Tcl web servers. -- Best regards, Alexey Pechnikov. http://pechnikov.tel/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from

Re: [AOLSERVER] Discussing AOLserver at the Tcl/Tk conference

2011-10-25 Thread Jeff Rogers
I think from the tcl perspective the interp management is interesting. Interps are initialized with a startup script (created through introspection) and reused by multiple requests without reinitializing (cleaned up after each request, again using introspection). -J Matthew M. Burke wrote:

Re: [AOLSERVER] Discussing AOLserver at the Tcl/Tk conference

2011-10-25 Thread Jim Davidson
Agreed -- this has always been one of the must unique and/or goofy aspects of AOLserver and Tcl. I gave the keynote at the 7th (yes, 7th!) tcl/tk conference years ago: http://www.aolserver.com/docs/intro/tcl2k/ You could mention how this work has continued on and off over the years.

[AOLSERVER] Discussing AOLserver at the Tcl/Tk conference

2011-10-23 Thread Matthew M. Burke
Later this week, the 18th Tcl/Tk conference will be held and one of the sessions is a panel discussing the different ways to use Tcl to do web development. I have been asked to discuss AOLserver and as I finish up my notes, I thought I should check with the folks on this list to see if