You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With so many HECRAS engine calls getting stuck looking for UI response, maybe we can make it a thread with a timer and a subprocess WIN32 api call to the HECRAS engine. We likely don't even need it to be a WIN32, just a straight cmd call and see if we catch the stnerr and stdout to see if we catch errors so we can can log and continue processing other units. We had yet another HUC that had so many HECRAS engine that left so many hanging processes that it mostly froze the machine. We might be able to get a newer HECRAS engine direct API call that does not even attempt to make it UI based.
The text was updated successfully, but these errors were encountered:
With so many HECRAS engine calls getting stuck looking for UI response, maybe we can make it a thread with a timer and a subprocess WIN32 api call to the HECRAS engine. We likely don't even need it to be a WIN32, just a straight cmd call and see if we catch the stnerr and stdout to see if we catch errors so we can can log and continue processing other units. We had yet another HUC that had so many HECRAS engine that left so many hanging processes that it mostly froze the machine. We might be able to get a newer HECRAS engine direct API call that does not even attempt to make it UI based.
The text was updated successfully, but these errors were encountered: