Re: multi-threaded modules in parabellym
Status: Beta
Brought to you by:
vhex
|
From: Justin F. <vh...@us...> - 2005-01-16 22:40:34
|
The final change was made. No longer modules are subscribed for messages, but queues. The main module thread has a queue by default, other threads must be attached to a queue using para_msg_attach(). The queue id is passed to para_mod_body() instead of the old modid parameter. The para_mod_signal() function was renamed as para_msg_signal(). Everything compiles, but I didn't test if it works yet. I'm thinking of releasing version 1.0 after the current code proves to be working and bug free. |