I have an application .... this application has connection with kernel(a kext) and get a buffer from kext and write to file.i want to increase speed of getting and writing process so when buffer has even 1 character my daemon get that and write to file.
My application must check the buffer consecutive.
Now could you help me?
Thanks