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
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
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
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
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.
> >
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
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()