Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nx Initializaion

Status
Not open for further replies.

balakrishnant

Aerospace
Joined
Dec 8, 2014
Messages
1
Location
IN
I am working on a C++ application where we are externally using NX Open C API.I am developing a utility which will read some points from a file and use NX libraries to fit a surface through the points.


We use the UF_initialize() to initialize NX. From what I understand, this function will check and fetch license from the FLEXLM license pool. I believe this function is also responsible for loading all the Dll's into memory, although I am not sure what all happens under the hood. Problem that I am facing is that the application takes long time for initialization (nearly 2 minutes).

How can we bring this down to a minimum?

Thanks,
Bala
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top