[9:09]<mho_> @earl: wenn eeh ein zwei leute deutsch sprechen, kann i ja mein schlechtes englisch schlecht sein lassen und auf deutsch fragen stellen hehe... [15:40]<ntl> hi, my first day in Helma land. Thank you for a very interesting product! [15:43]<zumbrunn> hi ntl, don't hesitate to ask in case you come across something that doesn't seem clear [15:43]<zumbrunn> that helps us spot the places where the docs need to be improved [15:45]<ntl> will do that. [15:48]<ntl> a quick question, does Helma scale? Right now I will only use it for a few small projects, but what if I would ever work on a project with heavy load, can I still use Helma then? [15:53]<zumbrunn> for a rough idea of the load a single Helma instance can handle: [15:53]<zumbrunn> http://michi.knallgrau.at/blog/stories/1705139/ [15:53]<zumbrunn> Beyond that, there is Helmaswarm... [15:54]<zumbrunn> http://adele.helma.org/download/helma/contrib/helmaswarm/ [18:40]<zumbrunn> http://manuel.typepad.com/manuel/2007/08/helma.html [20:56]<ntl> hi, I try to declare global.onRequest() and global.onResponse() in a js file in the Global directory in my application, but nothing seems to happen. write("Hello world") outputs nothing to the console. However, global.onStart() and global.onStop() works for me. Is this a bug or do I do anything wrong? [21:24]<zumbrunn> ntl, maybe the docs are wrong and these are HopObject methods? [21:24]<zumbrunn> just thinking out loud since tobi mentioned a case like this a few days ago [21:25]<zumbrunn> do the onRequest and onResponse functions work if you move them to the HopObject directory? [21:26]<ntl> yes, onRequest is in HopObject, onResponse is not. [21:26]<ntl> will try [21:29]<ntl> yes, placing onRequest in HopObject directory works. That is good enough for me, need some access control. [21:30]<zumbrunn> ok, I'll check/fix the docs [21:31]<zumbrunn> oh, onRequest [21:31]<zumbrunn> what about onRepsonse, though? [21:31]<zumbrunn> onResponse [21:32]<ntl> it is not listed in HopObject, will try if it works now. [21:32]<zumbrunn> you are using 1.6.0, right? [21:33]<ntl> yes, onResponse works if placed in HopObject, but is not listed in the documentation. [21:33]<ntl> yep, downloaded today. [21:33]<zumbrunn> ok, I'll fix the docs