Hi again :) While I've been revising the code base for optimizations one question came to me: Is it possible to pass f.api.print function redirects per client (meaning that Lib.print & Lib.printLn methods to be redirected to the according client print handler per every thread/client request)?
Such possibility will also greatly improve the performance because at the moment uberTora working threads lock until the main cached function handler (web.cacheModule) is executed. If not (assuming that neko.Lib.print & neko.Lib.printLn are implemented so they are 'global' function pointers) - then what about having special function neko.Lib.render which can be used to overcome the above limitation ? Kind regards, Boris -- Neko : One VM to run them all (http://nekovm.org)
