Re: [SR-Users] async processing in a module

2011-06-27 Thread Iñaki Baz Castillo
2011/6/27 Daniel-Constantin Mierla : > Hi Inaki, > > yes, transaction avps and xavps should be also available when resuming the > processing. You can add a phrase to explain that at your convenience. Ok, added. Thanks a lot. -- Iñaki Baz Castillo __

Re: [SR-Users] async processing in a module

2011-06-27 Thread Daniel-Constantin Mierla
On 6/27/11 11:44 AM, Iñaki Baz Castillo wrote: 2011/6/27 Daniel-Constantin Mierla: just to close this thread. A new module named async has been introduced in GIT master, showing how to use the tm functions for asynchronous sip request processing. Hi Daniel, good addition. Let me a question, t

Re: [SR-Users] async processing in a module

2011-06-27 Thread Iñaki Baz Castillo
2011/6/27 Daniel-Constantin Mierla : > just to close this thread. A new module named async has been introduced in > GIT master, showing how to use the tm functions for asynchronous sip request > processing. Hi Daniel, good addition. Let me a question, the module description says:

Re: [SR-Users] async processing in a module

2011-06-27 Thread Daniel-Constantin Mierla
Hello, just to close this thread. A new module named async has been introduced in GIT master, showing how to use the tm functions for asynchronous sip request processing. It should answer the questions posted in this message. Cheers, Daniel On 6/24/11 1:00 PM, Matthew Williams wrote: Hi,

[SR-Users] async processing in a module

2011-06-24 Thread Matthew Williams
Hi, I'm working on a jsonrpc (client) module that we would like to make async, using t_suspend and t_continue from the tm module. I have a couple questions related to this. The way I understand these functions, t_suspend will freeze the transaction in shared memory and immediately return and t_co