Or rather how slow is it? I ask because I have a buncha strings that might get opened/closed alot, so I must either:
a. lock/read/unlock each time data needed or b. lock all potential strings at startup, unlock them all at cleanup How much time does all this locking/unlocking add? I guess I'm also presuming there's some disadvantage to having them all locked (memory? handles?) and it just seems untidy to boot. Should I be concerned with the overhead of locking/unlocking? Are you? TIA! Gary Douglas Artist/Unhacker [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
