Hi, I was creating a threaded NOX application (in C/C++). I used the cooperative thread class provided and has sucessfully spawned a thread. However, it seems like my thread takes up all the processing. The new thread basically runs server socket listening for messages, which is tested to be working. Though the rest of the NOX applications seems to have come to a standstill.
Can anyone explaining how the cooperative thread works and what is required of the function that is being threaded? Thanks. Regards KK _______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
