Not so random at all.  I have thought about this but never done anything.  I
am not familiar with the linux implementation, but usually each of the
kernel threads in the client is actually a full-blown user process, created
by fork() in afsd.  There is no good reason it has to be this way.  They
should be converted to kernel threads, which in bsd are created by
kthread_create().  I have no data to back this up but I would guess this
would improve client performance.
_______________________________________________
OpenAFS-info mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to