I thought V8 was designed to be multi-threaded from inception. Maybe I am confusing my projects. I wonder if it was the embedding part of it that did not enable proper threading ??? Then again it could be like python, where when embedded all threads are virtual to the 1 process that is running (ie not threads as far as the kernel is concerned) which can confuse the kernel scheduler into sticking it in the penalty box for a while. Normally you are not doing enough in the embedded language to notice this scheduler issue so its almost a moot point. Other points may be valid though.
On Fri, 2010-07-02 at 03:06 +0200, Jan Berger wrote: > What exactly is the problem with threading? _______________________________________________ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org