RE: [ACFUG Discuss] Spawning threads in Coldfusion: making my webapp run faster

2006-09-13 Thread phi1281
Each request is another processing task, maybe not necessarily a thread, thrown at the processor. So, in this sense, they are somewhat synonymous, but the point remains the same. I think until CF8 and the cfthread tag, the best chance for processing like this is the async gateway, if you have cf

[ACFUG Discuss] Tagging example in CF

2006-09-13 Thread Derrick Peavy
So... Is there an example that anyone knows of, of tagging in a CF site? Is this done by a search of  the tag word?  _  Derrick Peavy Sales and Web Services  Universal Advertising Phone: 404-786-5036 Fax: 404-370-0470  http://www.universaladvertising.com 

re[2]: [ACFUG Discuss] Spawning threads in Coldfusion: making my webapp run faster

2006-09-13 Thread Mischa Uppelschoten ext 10
I can't speak to the difference between regular frames and iframes, but you got the idea I had. I'm assuming the cfhttp part of CF will attempt to load all those (i)frames at the same time and open up multiple connections. I also assume that much of the wait you're experiencing is due to the

re: [ACFUG Discuss] converting wav files

2006-09-13 Thread Mischa Uppelschoten ext 10
You can use LAME from a CFEXECUTE... http://lame.sourceforge.net/USAGE Hey all, I have a cfc (that is really just a wrapper for java) and it is pulling some data down and writing out a wav file. I'd like to either have coldfusion or java convert that file to an mp3 (or anything else that can

Re: [ACFUG Discuss] Tagging example in CF

2006-09-13 Thread Teddy Payne
What is your definition of tagging? TeddyOn 9/13/06, Derrick Peavy [EMAIL PROTECTED] wrote:So... Is there an example that anyone knows of, of tagging in a CF site? Is this done by a search of the tag word? _ Derrick Peavy Sales and Web Services Universal Advertising Phone:

Re: [ACFUG Discuss] Tagging example in CF

2006-09-13 Thread Derrick Peavy
Good question. But for example:www.somepage.com/computer - would display content in site regarding computerswww.somepage.com/johndoe - would display content in site regarding candidate john doe.From what I can see, it looks like a simplified/glorified search technique, where instead of having a

re[2]: [ACFUG Discuss] Tagging example in CF

2006-09-13 Thread Mischa Uppelschoten ext 10
I've done this. When the user types in a non existing url, two things can happen on IIS: - standard IIS 404 page is loaded - CF default error template is loaded (in case user tries to access a file with an extension that is mapped to CF and I believe IIS is set to not check for the existence of

Re: re[2]: [ACFUG Discuss] Spawning threads in Coldfusion: making my webapp run faster

2006-09-13 Thread Steven Ross
Isn't the nature of CF synchronous (when it comes to page requests)? So regardless of the order in which you execute these things each one will be executed one at a time on the java stack (FILO - first in last out) think stacking plates on one of those buffet lines - that's the way the java stack

re[4]: [ACFUG Discuss] Spawning threads in Coldfusion: making my webapp run faster

2006-09-13 Thread Mischa Uppelschoten ext 10
What is happening as I thought it out, is that CF gets a request to execute something like GetPriceFromAmazon.cfm, GetPriceFromHalf.cfm, GetPriceFromBN.cfm all at the same time. This is the same as 3 users hitting your site at the same time and I believe CF can execute those requests at the

Re: Re: re[2]: [ACFUG Discuss] Tagging example in CF

2006-09-13 Thread Steven Ross
Rails has a term for this called dynamic routes... lets you define things as: http://www.somesite.com/controller/model/action these get mapped dynamically to your applicaiton and if that controller doesnt exist it calls the standard 404 page. Its pretty slick, you can also modify these so if

[ACFUG Discuss] OT: Designer Needed

2006-09-13 Thread Cody Wehunt
If you are a graphics artist / designer please let me know if you are interested in some side work for several projects we have coming up. Thanks, Cody - To unsubscribe from this list, manage your profile @