Re: opening linux char device file in user thread.

2005-08-13 Thread P.Manohar
thanks for help, it is working now, I opened the char file before the thread starts. On Thu, 4 Aug 2005, Bhanu Kalyan Chetlapalli wrote: On 8/4/05, P.Manohar <[EMAIL PROTECTED]> wrote: hai, I have written a daemon which is running in user space, will send some data periodically to kern

Re: opening linux char device file in user thread.

2005-08-04 Thread Bhanu Kalyan Chetlapalli
On 8/4/05, P.Manohar <[EMAIL PROTECTED]> wrote: > > hai, > >I have written a daemon which is running in user space, will send some > data periodically to kernel space. This I have done with the help of a > device file. > > It is working, but I want to apply threads mechanism in that daemon.