c++ - Initializing ArcEngine, Make it Faster? -


i working on c++/com project using arcengine(from esri). aside fact there little no support in terms of documentation (sdk there.) anyways, wondering if here has had experience in making initialization process of arcengine faster. right takes 30-35 seconds initialize engine. going running several of these applications. have experience, this?

its werid , odd task, esri's developer forums no help. , couldnt find on google.

any ideas?

it's been decade since last played esri stuff, can't specific arcengine.

maybe can pool instances? in best case scenario able reuse arcengine instances, , return instance pool after you're done it. if that's not possible, @ least try have number of instances ready roll, although whether possible and/or useful depends lot on specifics of app.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -