I agree. Maybe we should be looking to Macromedia to develop a new tag based language that interacts with individual bits for rapid dev. Let's call it ColdFission.
01100110011101<CF 0010 = 0010>001111100010101000011010110101</CF>00011011101100101010011101101010 111010101000110101011 HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA I love it!!!! - Matt Small -----Original Message----- From: Keith [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 11:37 AM To: CF-Talk Subject: Re: UDFs, CF Locking, etc., and NEO=fixed > but i think the important thing to remember with the whole cflock > situation, it forces developers > to think & understand about how the CF-Server works Excellent point. In fact, I'd like to suggest that ColdFusion be enhanced with more features that require us to think about internal apects of our software and hardware. Here's an idea... How about if some tags require that their attributes be placed into certain processor registers. Then CF could implement a "feature" that allowed us to load the registers. <!--- Start of new feature example ---> <cflock scope="session" timeout="150" throwontimeout="Yes" type="READONLY"> <cf_asm> mov eax, session.UserID mov ebx, form.Password mov acx, variables.RetryCount </cf_asm> </cflock> <cfSillySignin> <!--- eax=User ID, ebx=Password, ecx=Retry count ---> <cf_asm> jc signin_Bad <!--- Carry set means signin failed ---> signin_OK: mov ax, 1 jmp exit signin_Bad: mov ax, 0 exit: mov variables.SignInResult, ax </cf_asm> <cfset variables.SignInResult = YesNoFormat(variables.SignInResult )> <!--- And of new feature example ---> Wouldn't that be great? We'd all learn about how the Pentium works. [EMAIL PROTECTED] ----- Original Message ----- From: "Zac Spitzer" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 8:46 AM Subject: Re: UDFs, CF Locking, etc., and NEO=fixed ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

