Dear All,
i recently tried platform sdk 8.0 for developing a customized GAD application.I got strange experiences.I only wrote single module for agent login using visual studio 2008. i dint use any variables or my application does not have any heavy variables, i directly created a URI to SIP TServer 8.0 version. and hard coded a agent user name,password,extension.
While the first step was to make a connection to TServer and then RequestAgentLogin class. The issue was, once the TServer Protocol is opened and Agent gets logged in, the W3WP.EXE memeory usage increases continuously. the particular App Pool have been allocated 500MB and this simple agent login eats up all 500MB in 4hrs and agent is forced logged out as the W3WP.EXE process has been killed due to OOM. There is no memory leak from application as i can confirm with RedAnt tools, and my application has no variables to leak as well.
If some one has come across this situation, kindly help me with the situation.