I have a web system which uses Active4D 402 with 4D Server 2004.5 on Windows XP. I didn't design this, it just came to me....
Lucky you...
The thing is that as the users surf memory used by 4D (as shown at the tasks manager in Windows XP) climbs slowly but permanently up till 4D shows a Memory Full error.
Is anyone else having problems with memory usage? I did a test here and saw that memory usage was very slowly climbing, but it wasn't a conclusive test.
Active4D is badly used as every page calls a 4D method which returns a blob that is send to the browser using set response buffer.
If every page is calling a 4D method to generate HTML, there is very little point in using Active4D.
I checked my code to see if there is a possible leak when returning a blob from a 4D method or when setting the response buffer, but I couldn't see anything.
My first suggestion is to replace all of the calls to 'set response buffer' to 'write blob', see if that has any effect.
Regards, Aparajita www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoy.org _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
