Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Slow mmap memory access: Page 1 of 8 (8 Items)
   
Slow mmap memory access  
Hi,
I have a driver that is streaming data onto DMA memory. The problem I am having is that when I try to write this data to
 the HDD since the DMA memory is so slow it is creating a bootle-neck for data processing.

Why is the mmap memory access so slow? It is in the order of 15 to 20 times slower than access non mmap memory why? Is 
there anything I can do to solve this problem?

Any help is appreciated,
JIAM