Home Download FAQ / Knowledge Base Screenshots Documentation Support

Threads

Threads are the workhorse of Citadel. Everything Citadel does is done by a thread of some sort. You may not need to create any threads yourself to do useful work, indeed few modules create threads, most use the event functions that are called by one of the system worker threads.

Even if you do not create any threads you must write your code in a thread safe manner, after all your code will be run by a thread. Any events or other services you register with a call to CtdlRegister* will not necessarily be run by the same worker thread and will certainly not be run by any thread you create.

There are no social media links here. Enjoy a friendly Citadel community instead. Or go outside.