M
marian.edu
Guest
Since you’ve mentioned Webspeed you most probably have a memory leak issue somewhere, either ‘unmanaged’ objects in 4GL like memptr/sax/dom that you forget to clean-up (always do the clean-up in a ‘finally’ block) or the library API require some ‘dispose’ methods to be called when done. If those are left behind each time you make a HTTP call through the library it will continue to build up and eventually the webspeed agent will die with that out-off-memory error. Marian Edu Acorn IT www.acorn-it.com www.akera.io +40 740 036 212
Continue reading...
Continue reading...