[18:51]<jdunck> I was wondering what the request hosting model is for helma-- thread-per-req or evented, or..? [19:18]* jdunck sniffles [19:23]<earl> jdunck: for helma1? [19:24]<jdunck> earl: i don't know enough to know what you're asking :-/ [19:24]<jdunck> all i know is helma is a js server-side framework [19:24]<jdunck> i'm looking at node.js because it's high-perf, but it's also very bare-bones [19:24]<jdunck> like, needs commits for proper cookie support [19:24]<earl> ah, i guess then you are more interested in the artist currently known as helma ng [19:25]<jdunck> i suppose so [19:26]<earl> hng's webapp framework is still rather young [19:26]<earl> so things might change [19:27]<earl> that said, it's currently using jetty as http server, which uses a thread-per-request model, if i'm not mistaken [19:30]<earl> hng's webapp framework is a JSGI implementation, so it basically should be possible to rip out jetty and wire up another server instead [19:32]<jdunck> ?earl ok, that clears things up, thanks :-) [19:32]<jdunck> i guess hng assumes rhino, then? [19:32]<jdunck> jetty = java = rhino? [19:34]<earl> yes, precisely [19:34]<jdunck> thanks again, gotta run. :-) [19:34]<earl> you're welcome :) [20:11]<kriek> G'evening! I am working with helma but now got a big prob. When I post swedish characters ? ? ? in HTML forms (IE 8) I get bad strings, incomplete with ? out from helmas getParam function. [20:11]<kriek> Any suggestions on how 2 proceed? [20:29]<kriek_> I try to study doc on charset, and found app.getCharset method - mabe read the javadoc - where can I find it for Helma 1.7.0? [20:29]<kriek_> See Helma's JavaDocs on Packages.helma.framework.core.Application for more information. [20:29]<kriek> Thanks in advance! [20:38]<kriek_> Found something at michi.knallgrau.at ... thx