Obi a écrit :
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.
Each thread/VM has its own customizable printer method. See "redirect"
in Tora.hx
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)