Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User pollyp's Avatar
    Join Date
    Jan 2005
    Posts
    20
    Hi,

    My app is writing out a lot of data to the MMC card, but for a 10kB buffer I'm seeing the writes take up over a second. (This compares to about .2 seconds on the C: drive.)

    Do you have any suggestions about how I can make this more efficient, e.g. optimal buffer lengths or other techniques?

    Thanks in advance,

    Polly

  2. #2
    Super Contributor jplauril's Avatar
    Join Date
    Dec 2004
    Posts
    643
    Originally posted by pollyp
    Hi,

    My app is writing out a lot of data to the MMC card, but for a 10kB buffer I'm seeing the writes take up over a second. (This compares to about .2 seconds on the C: drive.)

    Do you have any suggestions about how I can make this more efficient, e.g. optimal buffer lengths or other techniques?
    Not much beyond using as big a buffer as you can or getting a faster MMC card. There are quite significant differences in write performance between different cards.

  3. #3
    Registered User popoflop's Avatar
    Join Date
    Mar 2011
    Posts
    2
    I want to work the application is writing the words when you hear it help me

  4. #4
    Nokia Developer Moderator petrib's Avatar
    Join Date
    Mar 2003
    Posts
    9,412
    As stated, buffer and write in bigger chunks, or buy faster memor cards.

    If your user interface locks up while writing, move the writing to another thread (if possible with Python, I don't know).

    Not much else that can be done about the problem.

  5. #5
    Registered User rcu's Avatar
    Join Date
    Jun 2010
    Posts
    49
    Hi.
    I presume you are using microSD card and not MMC anymore.
    Did you consider also the fact Symbian or other applications are accessing the memory card at the same time you are performing I/O? This surely slows down your own I/Os. (I have noticed once Symbian was using the microSD card for ~10 minutes).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved