Re: Memory garbage overrun on windows server

2021-05-27 Thread Sean Cole (Pi) via use-livecode
What the. It autoincorrected to that! Bizarre technology. :/ On Thu, 27 May 2021 at 21:34, matthias rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > tsNetCustomSync? You mean tsNetClose, right? ;) > > > Am 27.05.2021 um 22:17 schrieb Sean Cole (Pi) via use-livecode < >

Re: Memory garbage overrun on windows server

2021-05-27 Thread matthias rebbe via use-livecode
tsNetCustomSync? You mean tsNetClose, right? ;) > Am 27.05.2021 um 22:17 schrieb Sean Cole (Pi) via use-livecode > : > > Good shout, Matthias. It could well be. > > Although, I’ve just been running the app for a different clients emails and > those aren’t having as huge an effect. It is going

Re: Memory garbage overrun on windows server

2021-05-27 Thread Sean Cole (Pi) via use-livecode
Good shout, Matthias. It could well be. Although, I’ve just been running the app for a different clients emails and those aren’t having as huge an effect. It is going up, but not by nearly as much as the first ones I was doing. The main difference between them is the amount of data in their csv

Re: Memory garbage overrun on windows server

2021-05-27 Thread matthias rebbe via use-livecode
Hi Sean, i am not sure if this helps, but are you using tsNet for sending the emails? If so, could you try to execute the command tsNetClose after each iteration? This should close all existing connections and disable tsNet. To use tsNet again you need to run tsNetInit once to initialize tsNet

Memory garbage overrun on windows server

2021-05-27 Thread Sean Cole (Pi) via use-livecode
Hi I have an LC app running on a server that collects csv files from an email server, analyses the data from each, stores that data to an sql db then creates a pdf which it then uploads to an ftp server. Each iteration of this is followed by my attempt to purge the data in all local and global