[cfaussie] CF9 Enterprise, Memory Leak\Resource Issue

2017-10-22 Thread Scott Thornton
Hi, ( In case anyone is still subscribed to cfaussie ) I have recently moved some code from cf6 to cf9 enterprise and a particular process consumes all of the resources and hangs the CF server. The exact same code on CF9 standard works okay ( although different windows server version ). The co

Re: [cfaussie] CF9 Enterprise, Memory Leak\Resource Issue

2017-10-22 Thread Simon Haddon
Without seeing the code my first thought is that you are opening a file stream or file handler without closing it within the loop. make sure that if there are any open files that they are closed. Cheers, Simon On 23 October 2017 at 14:38, Scott Thornton < scott.thorn...@hnehealth.nsw.gov.au> wr

RE: [cfaussie] CF9 Enterprise, Memory Leak\Resource Issue

2017-10-22 Thread charlie arehart
, October 22, 2017 10:39 PM To: cfaussie@googlegroups.com Subject: [cfaussie] CF9 Enterprise, Memory Leak\Resource Issue Hi, ( In case anyone is still subscribed to cfaussie ) I have recently moved some code from cf6 to cf9 enterprise and a particular process consumes all of the resources

RE: [cfaussie] CF9 Enterprise, Memory Leak\Resource Issue

2017-10-22 Thread Scott Thornton
@googlegroups.com] On Behalf Of Simon Haddon Sent: Monday, 23 October 2017 3:16 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] CF9 Enterprise, Memory Leak\Resource Issue Without seeing the code my first thought is that you are opening a file stream or file handler without closing it within the loop

RE: [cfaussie] CF9 Enterprise, Memory Leak\Resource Issue

2017-10-22 Thread charlie arehart
@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Scott Thornton Sent: Sunday, October 22, 2017 11:52 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] CF9 Enterprise, Memory Leak\Resource Issue Hi, Simon: There are a few places where CFFILE ( with an append) is used to

Re: [cfaussie] CF9 Enterprise, Memory Leak\Resource Issue

2017-10-22 Thread Paul Swan
Of *Scott Thornton > *Sent:* Sunday, October 22, 2017 11:52 PM > *To:* cfaussie@googlegroups.com > *Subject:* RE: [cfaussie] CF9 Enterprise, Memory Leak\Resource Issue > > > > Hi, > > > > Simon: > > There are a few places where CFFILE ( with an append) is used to l

RE: [cfaussie] CF9 Enterprise, Memory Leak\Resource Issue

2017-10-23 Thread charlie arehart
Enterprise, Memory Leak\Resource Issue Hi Scott, I actually work for HNE in the AppDev team so I might be able to help you out by looking at your code. You can call me on ext. 14193 If I can't help you it would certainly be worth taking Charlie up on his offer as I've worked with