ODPS taking up a "position"

We created wrapper for internal teams to query user permission info via ODPS. It looks like ODPS would increase the position count unless the users explicitly "close" it, and this have caused some production issues. Is there a way to configure ODPS to drop the connection when the inquiry is fulfilled?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @allen.chen2

    Thank you for reaching out to us.

    In Open DACS API, the application needs to call the logout method to close the login handle. Otherwise, the login stream is sitll opened.

    You mentioned OPDS in the question.

    Is it the Open DACS API (C++, Java, .NET) or the ODPS server that supports the REST connections?