Forum Post: RE: Memory leak in OpenEdge.Net.HTTP classes?

  • Thread starter Thread starter TheMadDBA
  • Start date Start date
Status
Not open for further replies.
T

TheMadDBA

Guest
GC is always a little flaky in every language I have used. Even though this should work as is... it would be interesting to see what happens when you move all of the HTTP logic into a different procedure (new .p file) and run that code from inside the customer loop. Either it behaves the same and shows a true memory leak or it doesn't and OE has a GC/bug issue.

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