> When I want to write to a character device driver from the 
> user space, is there any limitation on the size of data that 
> can be transferred. I want to write approx 64M of data to the 
> character device driver from the user space.

I�m not absolutely sure, but I believe there are no limitations on how
much data can be sent to a character device. If you store all the data,
the only limit will be your memory. If you write more data than there is
free memory, you�re system will start swapping, get really sloppy and
will eventually die.

                Jake

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to