in reply to Need writes to happen immediately.
it is mission critical that it is written in order and at the time I write itIf you really want to have full control over the device itself, then you need to write a device driver that will run within the kernel.
Now if this is as you state a learning experiment and you mean to be able to influence sequence of events then you may want to dive into the world of semaphores and use the flock function to perform mutually exclusive operations. This would closely mimick some of the internal system operations that you work on.
|
|---|