Re: [HACKERS] Safe/Fast I/O ...

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: jordanh(at)ccia(dot)com (Jordan Henderson)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Safe/Fast I/O ...
Date: 1998-04-12 17:42:41
Message-ID: 199804121742.NAA25337@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> async file calls:
> aio_cancel
> aio_error
> aio_read
> aio_return -- gets status of pending io call
> aio_suspend
> aio_write

Can you elaborate on this? Does it cause a read() to return right away,
and signal when data is ready?

>
> And yes the Gray book is great!
>
> Jordan Henderson
>
>

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Gould 1998-04-12 19:25:24 Re: [HACKERS] Safe/Fast I/O ...
Previous Message Matthew N. Dodd 1998-04-12 17:38:44 Re: [HACKERS] Safe/Fast I/O ...