Hi to all, I'll need to write a custom Apache 2.0 module for an in-house project and need some informations on threads support.
The module should create some threads at startup time, these threads will handle dbm and IO operations and they should be kept running after the module initialisation. Also I'll need to access some of these threads information when the module will be called (via some specials URIs), and wonder if the datas created at init time will be still available. Thanks for your help and advices. Regards