Re: [Sofia-sip-devel] Running the sofia-sip event loop in a thread context

2008-09-08 Thread Stefano Sabatini
On date Monday 2008-09-08 11:36:29 +0200, Stefano Sabatini phoned this: > On date Monday 2008-09-08 10:31:43 +0200, Stefano Sabatini wrote: > > On date Monday 2008-09-08 10:08:39 +0200, Stefano Sabatini wrote: > > > On date Friday 2008-09-05 12:10:10 +0200, Stefano Sabatini wrote: > > > > On 9/5/08

Re: [Sofia-sip-devel] Running the sofia-sip event loop in a thread context

2008-09-08 Thread Stefano Sabatini
On date Monday 2008-09-08 10:31:43 +0200, Stefano Sabatini wrote: > On date Monday 2008-09-08 10:08:39 +0200, Stefano Sabatini wrote: > > On date Friday 2008-09-05 12:10:10 +0200, Stefano Sabatini wrote: > > > On 9/5/08, Stefano Sabatini <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > > > > > I

Re: [Sofia-sip-devel] Running the sofia-sip event loop in a thread context

2008-09-08 Thread Rémi BUISSON
Hi, I have the same problem than you ... I have done a python binding for my library and I have tried to run my initialization SIP stack function (which calls the su_root_run()) function in a different thread. For allmost I read it's not possible to run any event loop in a thread (e. g. gtk m

Re: [Sofia-sip-devel] Running the sofia-sip event loop in a thread context

2008-09-08 Thread Stefano Sabatini
On date Monday 2008-09-08 10:08:39 +0200, Stefano Sabatini wrote: > On date Friday 2008-09-05 12:10:10 +0200, Stefano Sabatini wrote: > > On 9/5/08, Stefano Sabatini <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > I have a multithreaded application, and I need to run the sofia-sip > > > event

Re: [Sofia-sip-devel] Running the sofia-sip event loop in a thread context

2008-09-08 Thread Stefano Sabatini
On date Friday 2008-09-05 12:10:10 +0200, Stefano Sabatini wrote: > On 9/5/08, Stefano Sabatini <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I have a multithreaded application, and I need to run the sofia-sip > > event loop not in the main process context, but in the context of a > > thread. > >

Re: [Sofia-sip-devel] Running the sofia-sip event loop in a thread context

2008-09-05 Thread Stefano Sabatini
On 9/5/08, Stefano Sabatini <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a multithreaded application, and I need to run the sofia-sip > event loop not in the main process context, but in the context of a > thread. > > I implemented it this way. > I implemented a method Run() which instantiates t

[Sofia-sip-devel] Running the sofia-sip event loop in a thread context

2008-09-05 Thread Stefano Sabatini
Hi all, I have a multithreaded application, and I need to run the sofia-sip event loop not in the main process context, but in the context of a thread. I implemented it this way. I implemented a method Run() which instantiates the thread instance and makes it execute su_root_run(), and a Stop()