1
0
-1

hey guys ask about memory issue, why this class above keep creating new instances every time we make request at same assignment, and stay too long time at memory maybe forever ? 
i was follow the code, there is no thing call this class from controller. 
any one can help or make shortcut for my search 

  1. Bastiana

    What "code" you followed? Any steps to replicate the said issue?

CommentAdd your comment...

1 answer

  1.  
    1
    0
    -1

    Hi, based on the name, this appears to be a plugin thread processing a HTTP request. There could be some plugins making long background calls, so this is something you can try to look for.

    1. tabarak

      thank you, something like that cuz when created this object set it as demon thread,
      when i got the solve, i will share after take the permission from my company.

    2. tabarak

      https://github.com/jogetworkflow/jw-community/commit/13ab543fa423d50f58d06dfcaacf1af6bf6adf4a 
      this is the problem, in old version that we use does not solved.
      but still this solve not kill the root of leak problem, cuz we need to knows where from 
      the PluginThread created and stay forever in memory !!!

    CommentAdd your comment...