* Question on character device
@ 2003-08-27 12:54 Girish Kale
2003-08-28 14:18 ` Jake
0 siblings, 1 reply; 2+ messages in thread
From: Girish Kale @ 2003-08-27 12:54 UTC (permalink / raw)
To: linux-newbie
Hi,
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.
Thanks,
Girish
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: Question on character device
2003-08-27 12:54 Question on character device Girish Kale
@ 2003-08-28 14:18 ` Jake
0 siblings, 0 replies; 2+ messages in thread
From: Jake @ 2003-08-28 14:18 UTC (permalink / raw)
To: 'Girish Kale'; +Cc: 'linux-newbie'
> 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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-08-28 14:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-27 12:54 Question on character device Girish Kale
2003-08-28 14:18 ` Jake
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox