2010/9/15 Nauman Sulaiman <nauman762-h...@yahoo.co.uk>:
> Hi, using 1.12.10 i've set su_root_threading to multithreading mode. But when
> i call nua_register for example from the main thread of my app it blocks it,
> it appears to be all the sresolv stuff. Should this be expected and i should 
> be calling the nua functions on a separate thread. If someone could confirm.

The nua_register should just queue a message for the other thread to
process. Even in single-threaded mode, it should queue it and not
block (but the message would be processed only when the tread returns
to su_root_run() or does su_root_step()).

-- 
Pekka.Pessi mail at nokia.com

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to