Re: [Sofia-sip-devel] Threading and connection reuse

2007-03-02 Thread Michael Manousos
Kai thanks for your reply, So all SIP signalling is handled in one thread (either the application's thread or the stack's thread). Doesn't this have an impact on performance? Does the stack's design permit the adoption (development) of a multi-threaded mode of operation? Michael. Kai Vehmanen

[Sofia-sip-devel] Threading and connection reuse

2007-03-01 Thread Michael Manousos
Hello all, It would be very useful to have a confirmation on two issues related to the sofia-sip package from the experts. 1) Threading model As I understand the stack offers the option to operate with one thread for every call-leg or with one thread per call-leg (operation mode selected with

Re: [Sofia-sip-devel] Threading and connection reuse

2007-03-01 Thread Kai Vehmanen
Hi, On Thu, 1 Mar 2007, Michael Manousos wrote: 1) Threading model As I understand the stack offers the option to operate with one thread for every call-leg or with one thread per call-leg (operation mode selected with the su_root_threading(...) function). hmm, not quite. The