Jump to content
Software FX Community

memory leak in GetHtmlData


User (Legacy)

Recommended Posts

Recently we have seen memory leak on our web server. We are trying to nail

down where the problem might be and notice something in ChartFX. We create a

simle asp file to do the test:

<%@ LANGUAGE = "VBSCRIPT"%>

<%

Option Explicit

Dim objChart

set objChart = Server.CreateObject("ChartFX.WebServer")

Call objChart.GetHtmlData(600,400,"Image")

set objChart=Nothing

%>

If we keep hitting the page, the memory usage for the dllhost keeps going

up. Is there any known issue with GetHtmlData method? Thanks,

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...