Re: Structure Memory Leak

2011-05-08 Thread Matthew Lesko
I am able to consistently produce a memory leak in ColdFusion with a simple piece of test code that I've posted here with explanation: http://stackoverflow.com/questions/5898291/coldfusion-util-key-memory- leak-issue-with-structure-keys I'm cross posting here in hopes someone has

Structure Memory Leak

2011-05-05 Thread Matthew Lesko
I am able to consistently produce a memory leak in ColdFusion with a simple piece of test code that I've posted here with explanation: http://stackoverflow.com/questions/5898291/coldfusion-util-key-memory- leak-issue-with-structure-keys I'm cross posting here in hopes someone has

OOM Error Looping cffunction that calls cfmodule

2011-01-07 Thread Matthew Lesko
I have posted a test case on stackoverflow here: http://stackoverflow.com/questions/4628060/memory-leak-looping-cfmodule-inside-cffunction It's a very simple case, where if I comment out the cfmodule (which is an empty file), it runs without issue. Hoping someone else can verify or tell me

What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Matthew Lesko
http://stackoverflow.com/questions/4480205/what-notable-differences-are-there-between-railo-open-bluedragon-and-adobe-cold Posting here to in hopes list readers will post new, useful answers. ~| Order the Adobe Coldfusion

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Matthew Lesko
you may also find this comparison helpful. http://www.cfmldeveloper.com/page.cfm/coldfusion-vs-railo-1 Russ On Mon, Dec 20, 2010 at 11:26 AM, Matthew Lesko m.le...@verizon.net wrote: Thanks I've added this to an answer on the site. Comments are just as interesting as the actual

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Matthew Lesko
I tried to give a test to Railo some months ago. The lack of documentation made me give up after a few days. I finally upgraded to CF 9. Documentation is the most important thing for developers. For the same reason, I hate Mozilla. It may be many times better than Explorer, but their

Re: Want Help with cffileupload .swf Not Loading w/Non-URL Accessible CFIDE

2010-06-14 Thread Matthew Lesko
Bugged and marked fox resolution in 9.0.1 http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=83328 ~| Order the Adobe Coldfusion Anthology now!

Slow cfqueryparam IN clause on SQL Server 2008

2010-06-14 Thread Matthew Lesko
Wondered if anyone else had experienced this. I have an IN clause query which runs in 500ms if I use cfqueryparam list=true. This same query runs in less than 10ms if I pass the values directly (e.g. 'value1', 'value2', etc...). I've Googled around a bit and have the impression it's an issue

Re: Want Help with cffileupload .swf Not Loading w/Non-URL Accessible CFIDE

2010-06-10 Thread Matthew Lesko
Just an FYI, this is also an issue with cfmediaplayer and the only solution I can find is editing the cfmediaplayer.js file. ~| Order the Adobe Coldfusion Anthology now!

Want Help with cffileupload .swf Not Loading w/Non-URL Accessible CFIDE

2010-06-09 Thread Matthew Lesko
Anyone figure out how to make this work just using CFML and/or changing Administrator configuration? I've Tried: 1. cjajaximport scriptsrc=/cfscripts// where cfscripts is a copy everything in CFIDE/scripts. 2. CF Adminstrator Server Settings Settings Default ScriptSrc Directory What

Looking for To Rent Office Space in Denver for 6 mos

2010-05-14 Thread Matthew Lesko
at verizon dot net. I would be working for my current employer. Looking for July through December. Regards, Matthew Lesko ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael

Looking for Suggestion: e-Commerce/CMS Integration

2010-04-08 Thread Matthew Lesko
I'd be better running this as a separate JVM, instead of sharing with CF. So I am looking for opinions on these options, or for any others, readers have experience with. Regards, Matthew Lesko ~| Want to reach the ColdFusion

Re: cfflush in CF 8

2007-12-12 Thread Matthew Lesko
My solution for cfflush on CF8 with IIS: http://orangepips.instantspot.com/blog/index.cfm/2007/12/12/cfflush-Problem-and-Solution-on-CF8-with-IIS- ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate

Re: CF8 Java Problem, Works on CF7

2007-11-30 Thread Matthew Lesko
Sorry, pseudo-code I posted lacks some of the extensions and interface implementations going on in the actual code. Was more as an example, hoping someone else had already run into the same problem. I ended up have the Inner class act as a decorator and implement methods with the same names,

Re: CF8 Java Problem, Works on CF7

2007-11-30 Thread Matthew Lesko
Sorry, pseudo-code I posted lacks some of the extensions and interface implementations going on in the actual code. Was more as an example, hoping someone else had already run into the same problem. I ended up have the Inner class act as a decorator and implement methods with the same names,

CF8 Java Problem, Works on CF7

2007-11-28 Thread Matthew Lesko
See the class definitions below. In CF7 if create an instance of Outer, say outer, and code: outer.getInner().getID() things are fine. In CF8, I get the error The getID method was not found. If I cfdump outer in CF8 I see className: Outer$Inner Methods: [list of methods and return

Query Based Verity Issue

2007-06-20 Thread Matthew Lesko
Well I have a problem with a verity search I am doing. The collection is based off a query of product data. My collection has cf_custom2 data in it which represents the products price. When I search the collection with: criteria=CF_CUSTOM2 = 19.99 I will get results with CF_Custom2 with values

Re: Query Based Verity Issue

2007-06-20 Thread Matthew Lesko
, not numerical base searching. What you may consider is an alternative. All products that are 20 bucks are considered cheap. When inserting the data, use a criteria, or a category, of cheap. On 6/20/07, Matthew Lesko [EMAIL PROTECTED] wrote: Well I have a problem with a verity search I am

Re: Query Based Verity Issue

2007-06-20 Thread Matthew Lesko
. -- Mike Eger www.avilar.com -Original Message- From: Matthew Lesko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 10:28 AM To: CF-Talk Subject: Query Based Verity Issue Well I have a problem with a verity search I am doing. The collection is based off a query of product

Re: Query Based Verity Issue

2007-06-20 Thread Matthew Lesko
Hi Dave, Thank you for your response. I would normally agree with you however in my specific case I feel I need to use verity. I neglected to mention all the other search criteria that is involved in order to simplify the question and not cause confusion. Doing a simple price range search in

Re: Java ClassLoader / JavaLoader.cfc Question

2006-10-04 Thread Matthew Lesko
Going to try Dan's suggestion. If that still doesn't work I will post some code. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your

Java ClassLoader / JavaLoader.cfc Question

2006-10-03 Thread Matthew Lesko
an error back around an abstract class in Lucene. If I put everything in the Coldfusion classpath it works fine. I've tried changing up the parent ClassLoader to no avail. Anyone work through this sort of issue? Regards, Matthew Lesko

CFCs Overlapping Coldfusion Mapping Customtag Path

2006-08-31 Thread Matthew Lesko
()) This seems to be because Coldfusion sees the return value of createMyOtherComponent as being of type: root.cfcs.a.b.myOtherComponent If I remove the Coldfusion Mapping this works; but, this is not a workable solution for what I'm doing. Any help is appreciated. Regards, Matthew Lesko

Looking for Examples of Commerical Reactor Use In the Wild

2006-08-24 Thread Matthew Lesko
of someone who is. Regards, Matthew Lesko P.S. I tried posting a similar question to the Reactor mailing list, but it appears to not be accepting messages, and I have not been able to find a way to contact Doug Hughes directly. If someone has contact info for him to send I would be obliged

CFMX 7 Verity Custom Collection Problems

2006-05-04 Thread Matthew Lesko
Under CFMX 7 when attempting to pass a query to a Verity custom collection I keep hitting a java.lang.OutOfMemoryError after indexing runs for about 2 hours. I've tried with no sucess. * inside a loop passing anywhere between 50 and 1000 records at a time with the goal of 2500 records total.

Re: CFMX 7 Verity Custom Collection Problems

2006-05-04 Thread Matthew Lesko
How big is the query? Can you show me the cfindex tag from your code? On 5/4/06, Matthew Lesko [EMAIL PROTECTED] wrote: Working with 50 records in my query. Size of the values in the columns making up BODY below is highly variable. CFINDEX ACTION =UPDATE

Re: CFMX 7 Verity Custom Collection Problems

2006-05-04 Thread Matthew Lesko
Now that is wacky. A 50 row query shouldn't cause that. I know you said the size is variable, but you think they are still reasonable, right? On 5/4/06, Matthew Lesko [EMAIL PROTECTED] wrote: The template has a loop around the CFINDEX, where call receives 50 records. But total number

HELP: arbitrary HTML 2 XML parser that works with XmlParse()

2005-03-15 Thread Matthew Lesko
) it creates directly. Any help with some sort of HTML to XML parser (especially codes samples) would be much appreciated. Thanks, Matthew Lesko ~| Find out how CFTicket can increase your company's customer support efficiency