J
James Palmer
Guest
It's not a permanent fix for memory leaks, but it should make the problem go away whilst you're tracking them down: Create an unnamed widget pool at the top of every .p that is run on the AppServer and any handle based objects that are scoped to that procedure will get cleaned up.
Continue reading...
Continue reading...