Hello,
Firstly, I would like to say that I am pretty impressed by the ease of implementing and using UltiDev Cassini. However, we have faced with a serious problem:
We have developed a web-based application for 3-4 users. We have noticed that the memory, used by UltiDev Cassini for it, is growing constantly. For example, it starts from 40MB and increases with 0.5-2MB on every request. In some moment, it reduces (probably garbage collection) but not enough. Following a trend of constant growing, it reaches levels where the server starts to lag (probably it starts to page virtual memory from the disk).
Below is a sample line of the memory growth:
40 - 70 - 100 - 80 - 120 - 100 - 150 - 130 - ... - 400 - starts to lag ...
We have been trying to find the problem more than 2 weeks but without any result. It seems that every single request is cached in memory. Is there any setting to prevent this behavior? How can we find what exactly is happening with the memory? Can this be caused by any of the technologies that we are using (for example - AJAX)?
Thank you in anticipation for your help.
Best regards,
Zhivko