Forum Post: RE: memory consumption appserver w/ shared mem connections vs networked

  • Thread starter Thread starter James Palmer
  • Start date Start date
Status
Not open for further replies.
J

James Palmer

Guest
It's not a permanent fix for memory leaks, but it should make the problem go away whilst you're tracking them down: Create an unnamed widget pool at the top of every .p that is run on the AppServer and any handle based objects that are scoped to that procedure will get cleaned up.

Continue reading...
 
Status
Not open for further replies.
Back
Top