Displaying 20 results from an estimated 1929 matches for "asynchronous".
2010 Jun 22
3
PRI span problem - no D channel
...y:
[Jun 22 09:03:48] WARNING[30723]: chan_dahdi.c:2790 pri_find_dchan: No
D-channels available! Using Primary channel 72 as D-channel anyway!
Here is my PRI debug span:
-- Timeout occured, restarting PRI
q921.c:468 t200_expire: q921_state now is Q921_LINK_CONNECTION_RELEASED
Sending Set Asynchronous Balanced Mode Extended
q921.c:211 q921_send_sabme: q921_state now is Q921_AWAITING_ESTABLISH
[Jun 22 09:03:48] WARNING[30723]: chan_dahdi.c:2790 pri_find_dchan: No
D-channels available! Using Primary channel 72 as D-channel anyway!
Sending Set Asynchronous Balanced Mode Extended
Sending Set As...
2023 Jul 14
2
[libnbd PATCH 1/2] api: Tighten rules on completion.callback
...> > All of the asychronous commands have an optional completion callback
> > -function that is used right before the command is marked complete,
> > -after any mid-command callbacks have finished, and before any free
> > -functions.
> > +function that is used if the asynchronous command succeeded, right
> > +before the command is marked complete, after any mid-command callbacks
> > +have finished, and before any free functions. The completion callback
> > +is not reached if the asynchronous command itself fails, while free
> > +functions are reache...
2005 Sep 07
7
Asynchronous IO
Hi,
I have installed Xen on Linux 2.6.11.10 <http://2.6.11.10> and i am trying
to do Asynchronous Direct IO on SAS drives. The application which does the
asynchronous direct io on SAS drive is running on Domain 0. Actually the
IOPs what i get for a 512Bytes IO size is 67, but if i do the same operation
on Linux 2.6.11.10 <http://2.6.11.10> native kernel, i get 267
IOPs.Cananyone tell m...
2005 Mar 10
7
Panasonic TDA200 E1 -> E100P negotiation issues
Hi, I hope someone can help me with this....
Asterisk 1.0.6 Zaptel 1.0.6 Libpri 1.0.6, 1 Digium E100P card installed
Panasonic TDA200 firmware v2.0.6 E1 Card Firmware 1.0.2
System is located in Australia, so as technologies go, I believe it is twist on the euro standard for the E1 signalling.
Here is the situation.
The TDA E1 card is set in cross over mode and I am using a functional
2011 Jun 12
5
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
Is LLVM expressive enough to represent asynchronous exceptions?
---------------------------------------------------------------
Summary: Need new LLVM instructions or extending of all instructions.
C++ exceptions are synchronous: the compiler knows when/where they are
being raised.
Asynchronous exceptions can be raised at any time. For example, a...
2011 Jun 13
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
...all wrote:
>> On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote:
>>
>>>> On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote:
>>>>
>>>>>> Hi Sohail,
>>>>>>
>>>>>>>> Is LLVM expressive enough to represent asynchronous exceptions?
>>>>>>
>>>>>> not currently. The first step in this direction is to get rid of the invoke
>>>>>> instruction and attach exception handling information to basic blocks. See
>>>>>> http://nondot.org/sabre/LLVMNotes...
2011 Jun 13
3
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
...un 12, 2011, at 2:14 PM, Cameron Zwarich wrote:
>>>
>>>>> On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote:
>>>>>
>>>>>>> Hi Sohail,
>>>>>>>
>>>>>>>>> Is LLVM expressive enough to represent asynchronous exceptions?
>>>>>>>
>>>>>>> not currently. The first step in this direction is to get rid of the invoke
>>>>>>> instruction and attach exception handling information to basic blocks. See
>>>>>>> http://nondot.org...
2011 Jun 13
3
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
...06-12 7:40 PM, John McCall wrote:
> On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote:
>
>> > On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote:
>> >
>>> >> Hi Sohail,
>>> >>
>>>> >>> Is LLVM expressive enough to represent asynchronous exceptions?
>>> >>
>>> >> not currently. The first step in this direction is to get rid of the invoke
>>> >> instruction and attach exception handling information to basic blocks. See
>>> >> http://nondot.org/sabre/LLVMNotes/ExceptionHa...
2013 Feb 25
6
any available asynchronous dce rpc library?
Hi
Thanks in advanced.
I'm writing a proxy server doing NTLMv2 authentication.
I think I need a NetLogon client service .
Is there any available library providing netlogon function?
or at least an dce rpc library?
an asynchronous library is the best. :)
Thanks again.
Derek.
2011 Jun 12
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On 11-06-12 12:01 AM, Sohail Somani wrote:
> Is LLVM expressive enough to represent asynchronous exceptions?
> ---------------------------------------------------------------
>
> Summary: Need new LLVM instructions or extending of all instructions.
>
> C++ exceptions are synchronous: the compiler knows when/where they are
> being raised.
>
> Asynchronous exceptions can...
2023 Jul 16
1
[libnbd PATCH 1/2] api: Tighten rules on completion.callback
...All of the asychronous commands have an optional completion callback
>>> -function that is used right before the command is marked complete,
>>> -after any mid-command callbacks have finished, and before any free
>>> -functions.
>>> +function that is used if the asynchronous command succeeded, right
>>> +before the command is marked complete, after any mid-command callbacks
>>> +have finished, and before any free functions. The completion callback
>>> +is not reached if the asynchronous command itself fails, while free
>>> +function...
2011 Jun 13
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 13, 2011, at 2:12 PM, Andrew Trick wrote:
> Although I believe asynchronous signals are also best handled by the runtime. They can be converted into cooperative exceptions. I have to say I can't see the value in resuming from an interrupt at literally any instruction address.
For what it's worth, SEH (which inspires a lot of this) allows blocks of code to be prote...
2011 Jun 12
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote:
> On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote:
>
>> Hi Sohail,
>>
>>> Is LLVM expressive enough to represent asynchronous exceptions?
>>
>> not currently. The first step in this direction is to get rid of the invoke
>> instruction and attach exception handling information to basic blocks. See
>> http://nondot.org/sabre/LLVMNotes/ExceptionHandlingChanges.txt
>> for a discussion.
>
&...
2007 Mar 02
12
Prototype: Ajax.Request w/asynchronous: false
All,
I have the following Ajax call:
new Ajax.Request(action, {asynchronous: false,
method: ''post'',
parameters: params_to_pass,
evalScripts: true});
The action that I''m calling is using render :update to send back
Javascript. When asynchronous is set to true above, then the Javascript
is executed (becau...
2016 Jul 11
2
What's the difference between source3 and source4 in samba? How to use an asynchronous file system?
...tionship between samba versions(such as 3.x.x , 4.x.x) and samba3/samba4. In samba source code, I find two directories, souce3 and soure4. Do they mean samba3 and samba4? Actually, almost all docs in samba are about samba3, where to find docs about samba4? The second question is how to use an asynchronous file system interface in samba? Actually we develop a new file system. But in our system, synchronous interfaces worked poorly, so we begin to use asynchronous interfaces. I only find this case in source4. Is that right? Someone said source4 will be deprecated. Is this true?
thanks!Best regards!...
2011 Jun 12
6
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote:
> Hi Sohail,
>
>> Is LLVM expressive enough to represent asynchronous exceptions?
>
> not currently. The first step in this direction is to get rid of the invoke
> instruction and attach exception handling information to basic blocks. See
> http://nondot.org/sabre/LLVMNotes/ExceptionHandlingChanges.txt
> for a discussion.
Is this really a good idea...
2011 Jun 13
4
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 12, 2011, at 4:40 PM, John McCall wrote:
> On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote:
>
>> On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote:
>>
>>> Hi Sohail,
>>>
>>>> Is LLVM expressive enough to represent asynchronous exceptions?
>>>
>>> not currently. The first step in this direction is to get rid of the invoke
>>> instruction and attach exception handling information to basic blocks. See
>>> http://nondot.org/sabre/LLVMNotes/ExceptionHandlingChanges.txt
>>> for a...
2011 Jun 13
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
...12, 2011, at 4:40 PM, John McCall wrote:
>
>> On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote:
>>
>>> On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote:
>>>
>>>> Hi Sohail,
>>>>
>>>>> Is LLVM expressive enough to represent asynchronous exceptions?
>>>>
>>>> not currently. The first step in this direction is to get rid of the invoke
>>>> instruction and attach exception handling information to basic blocks. See
>>>> http://nondot.org/sabre/LLVMNotes/ExceptionHandlingChanges.txt
&g...
2007 Oct 02
5
PRI Setup problem
...ng [2446411 at default :3] Congestion("SIP/368-081f51d8", "")
in new stack
== Spawn extension (default, 2446411, 3) exited non-zero on
'SIP/368-081f51d8'
If I turn on pri debugging, I see lots of:
h87*CLI> pri debug span 1
Enabled debugging on span 1
Sending Set Asynchronous Balanced Mode Extended
Sending Set Asynchronous Balanced Mode Extended
Sending Set Asynchronous Balanced Mode Extended
Periodically I see:
Sending Set Asynchronous Balanced Mode Extended
Sending Set Asynchronous Balanced Mode Extended
-- Got SABME from network peer.
Sending Unnumbered Acknowledge...
2005 Aug 17
5
asynchronous Ajax.Updater
I had one point in my project where I needed a synchronous Ajax call; in
other words, I wanted the Ajax.Updater call to not return until the content
of my page had been updated. However, I found that if you call
Ajax.Updaterwith the {asynchronous: false} option, the onComplete()
function would never
be called and your content would not be updated. Was this the intended
behavior? I added the following lines of code to the end of the request
function and it now behaves as I would expect it to, but I wanted to see if
anyone was relying on t...