Re: [boinc_dev] boinc_init on multithreaded apps

2015-01-26 Thread David Anderson
The documentation was a mess; I cleaned it up somewhat. Multithreaded apps must initialize as described here: http://boinc.berkeley.edu/trac/wiki/BasicApi and other info for multithreaded apps is here: http://boinc.berkeley.edu/trac/wiki/AppMultiThread -- David On 06-Jan-2015 6:52 PM, Nicolás

[boinc_dev] boinc_init on multithreaded apps

2015-01-06 Thread Nicolás Alvarez
My current application isn't multithreaded in the sense that it uses a single CPU core, but it does create multiple threads. More specifically, it creates a thread to do the actual work and keeps the main thread for control tasks. In the future I may easily make it create multiple threads and be a