Emanuel Berg writes:
> "Devrin Talen" writes:
>
>> To block on accesses to a file until it actually has
>> data for you try reading up on the `select` call:
>>
>> % man 2 select
>
> That would be great because that is exactly what I
> need. However I didn't get it to work. I always get
> "N
"Devrin Talen" writes:
> To block on accesses to a file until it actually has
> data for you try reading up on the `select` call:
>
> % man 2 select
That would be great because that is exactly what I
need. However I didn't get it to work. I always get
"No data." for the below code, but it d
Emanuel Berg writes:
> I have written a program [1] in C++ that uses polling,
> but I was told that wasn't good enough so now I search
> for a "preemptive" or interrupt-based solution.
To block on accesses to a file until it actually has data for you try
reading up on the `select` call:
%
I have heard this is possible but not seen any
examples.
It doesn't matter if I have to change the kernel to
get it.
I have written a program [1] in C++ that uses polling,
but I was told that wasn't good enough so now I search
for a "preemptive" or interrupt-based solution.
Any help very much ap
I have heard this is possible but not seen any
examples.
It doesn't matter if I have to change the kernel to
get it.
I have written a program [1] in C++ that uses polling,
but I was told that wasn't good enough so now I search
for a "preemptive" or interrupt-based solution.
Any help very much ap
5 matches
Mail list logo