"ShriRam" <(E-Mail Removed)> wrote:
>
>Hi,
> I am trying to send audio from one machine to another at 96KHZ
>
> I want to eliminate the system call delays.
>
> I want my code to run in the kernel module.
There is a very common misconception that kernel-mode code somehow runs
substantially faster than user-mode code. It ain't so.
In your specific case, network delays will be vastly greater than any
system call overhead.
Don't waste your time optimizing where it will not help.
--
- Tim Roberts,
(E-Mail Removed)
Providenza & Boekelheide, Inc.