Re: Specific CF Calls that Crash CF?

2000-08-03 Thread Jared Clinton
In 4.01 I know there are problems with cfscript loops, but I'm unsure if they have been fixed in 4.5 (or 4.51) Jared Clinton. "Al Musella, DPM" wrote: I found a simple way to "crash" CF.. just include a file in itself.. or an endless loop. I think that uses up all available resources

RE: Specific CF Calls that Crash CF?

2000-08-03 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I found a simple way to "crash" CF.. just include a file in itself.. or an endless loop. I think that uses up all available resources until cf can't function anymore! For example: in header.cfm --- ...

RE: Specific CF Calls that Crash CF?

2000-08-03 Thread Philip Arnold - ASP
I found a simple way to "crash" CF.. just include a file in itself.. or an endless loop. I think that uses up all available resources until cf can't function anymore! For example: in header.cfm --- ... cfinclude template = "header.cm" ...

RE: Specific CF Calls that Crash CF?

2000-08-02 Thread Conrad, Christopher
Not to create another locking thread - but this would be the first thing I would look for. Make sure the things that need to be locked are locked properly. Chris Christopher Conrad Victoria's Secret Catalogue Limited Technology Services - New Media Senior.Programmer.Analyst

RE: Specific CF Calls that Crash CF?

2000-08-02 Thread Al Musella, DPM
I found a simple way to "crash" CF.. just include a file in itself.. or an endless loop. I think that uses up all available resources until cf can't function anymore! For example: in header.cfm --- ... cfinclude template = "header.cm" ... --