1833738 Members
2629 Online
110063 Solutions
New Discussion

what is async ?

 
SOLVED
Go to solution
uadm26
Super Advisor

what is async ?

I know that async is a character device, but are related whith oracle? The system calls for this device for what?

Thanks.
2 REPLIES 2
baiju_3
Esteemed Contributor
Solution

Re: what is async ?

crw-rw-rw- 1 bin bin 101 0x000000 Mar 22 2004 async

The async device file will be reuired for enabling async I/O . This feature can be useful while dealing with raw devices and Oracle.The async I/O will be not use any system buffer and is considered to be fast .

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=95321

thx,
bl
Good things Just Got better (Plz,not stolen from advertisement -:) )

Re: what is async ?

Joel,

Async, means in a nut shell "not at the same time"

Async write means, there may be a time delay between when it was initiated and when it was actually written to a target device.

Let me know if this helped or have more questions ?
Thanks
Bhanu