Hi Laurent,
Now it is running with threads(already commited working version), but it is so slowly, and i dont know if it is because v8 or sfml or anything process that is locking the app.
If it is on thread, the main thread dont stop and if you see on log, it print the message "::start" (this is printed by start method) too slow. It is not on thread, because the main thread wait it finish to call again. If threads working correct, the main loop is create too many threads and we will see some "::start" on log.
Agree?