We are using a couple libraries in our app. I was wondering what's the best policy for loading and unloading libraries. In our case, the Net Library is opened at the beginning and left open the whole time b/c we're using the same connection on the whole app.
But the MathLib is used pretty rarely. Is it better to only load it on demand or to load it at start up and not unload it til shutdown?


thanks
-matt

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to