> From: john skaller <skal...@users.sourceforge.net>

> I have finally got the webserver to work. Unsurprisingly there were NO bugs 
> in any
> of the C++ library code!

Woohoo!

> RF also ran into this problem with closures.

Yes, I often had separate fthreads magically sharing local variables.

I'll add node.js to Erick's mongrel - it's interesting looking. Also I'm using
tornado (a python library) for a web server. It's going to get hammered
pretty hard in a few weeks, so we'll see how that goes. Tornado is basically
a "demuxer" (why did I call them that?) with a well wrapped lib curl. It's nice
to use, but it's still callback/event driven programming. Someone has hooked
it up to python generators (continuations?). Also, being python it's
single threaded - it seems
most folk just fork and hook it up a load balancer (nginx).

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to