I
Ian Williamson
Greetings,
Here is my scenario: I am designing a fairly complex
application for use in the timber industry. The user will
be inputting data at a VERY high rate. For several
reasons, I am saving each row of data as focus is moved
off of it.
The problem: Between SQL CE insert/update speed and
writing to non-volatile memory speed, I am finding about a
2 second wait before the operation completes. This is
unacceptable.
I am wondering if anyone has any ideas about how I can
offload this storage wait time. Maybe save using a
background thread (but what about race conditions)? Some
over clever idea?
Thanks in advance for any ideas.
Cheers, Ian Williamson
Here is my scenario: I am designing a fairly complex
application for use in the timber industry. The user will
be inputting data at a VERY high rate. For several
reasons, I am saving each row of data as focus is moved
off of it.
The problem: Between SQL CE insert/update speed and
writing to non-volatile memory speed, I am finding about a
2 second wait before the operation completes. This is
unacceptable.
I am wondering if anyone has any ideas about how I can
offload this storage wait time. Maybe save using a
background thread (but what about race conditions)? Some
over clever idea?
Thanks in advance for any ideas.
Cheers, Ian Williamson