[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] large memory
On Wed, 12 Apr 2000, Wei DING wrote:
> How to use a fifo whose size is large than 128K.
> in RtLinux v1 (Kernal 2.0.36)?
In my opinion, for big transfers it is better to use shared memory. If you
needed RT FIFOs for synchronisation, then you can send only the control
messages there containing offsets of the actual data you put in the shared
memory, configured as a circular buffer.
http://crds.chemie.unibas.ch/PCI-MIO-E/mbuff-0.6.6.tar.gz
--
Tomek