[Info-vax] LLVM, volatile and async VMS I/O and system calls
Lawrence D’Oliveiro
lawrencedo99 at gmail.com
Thu Sep 23 21:29:32 EDT 2021
On Friday, September 24, 2021 at 5:58:10 AM UTC+12, Simon Clubley wrote:
> Are you familiar with true asynchronous I/O in normal applications
> where the operating system can write directly into your address space
> without the program having to wait around in a system call to actually
> receive that data and while the program is actually busy doing something
> else at the same time?
We normally do that with threading or shared memory these days.
More information about the Info-vax
mailing list