Re: Locking Issue - Read value from APPLICATION scope & write it to SESSION scope

2009-06-01 Thread Jay Greer

@ Jason

>Are there Ajax or iframe calls or something that could be making 
>updates to that session var for that user at the same time in a 
>situation where the order of execution could cause an unexpected value 
>to be read back out by the server?  

Yup...


>To me, it just seems that you almost need to prove out that your 
>application is likely to allow a true race condition before locking 
>every call.  


Acknowledged. My (admittedly conservative) approach is to prove that the app 
_doesn't_ need locking rather than the reverse. Don't get me wrong, I'm all in 
favour of eliminating both the extra coding burden as well as the overhead. 
That said, the docs seem to lean towards locking when in doubt... that and the 
fact I've had the whole locking religion hammered home relentlessly over the 
years. It may take me a while to get with the new program.  ;-)








~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323060
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Locking Issue - Read value from APPLICATION scope & write it to SESSION scope

2009-06-01 Thread Jay Greer

>Then lock the application scope with a read-only lock, copy the value
>into a local variable, then lock the session scope with an exclusive
>lock, then copy the local variable into the session.


Roger that...

Thanks, Dave & all. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323056
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Locking Issue - Read value from APPLICATION scope & write it to SESSION scope

2009-06-01 Thread Jay Greer

@Jason

>Assuming you're on CFMX 7 or 8, you no longer need to LOCK on READ...

Well that's debatable for sure...

http://www.horwith.com/index.cfm/2008/4/28/cflock-explained
http://www.horwith.com/index.cfm/2008/7/17/CFLOCK-further-explained



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323054
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Locking Issue - Read value from APPLICATION scope & write it to SESSION scope

2009-06-01 Thread Jay Greer

@Dave

> What version of CF is this?

CF-8.1

> Is there any likelihood of a race condition with Application.bar?

It's possible, yes.

> If there is the likelihood of a race condition with that variable, do
> I care? That is, could the race condition cause an improper value of
> any significance?

Definitely...

> Is there any likelihood of a race condition with Session.foo?

It's possible, yes.

> If there is, do I care?

Definitely...



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323052
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Locking Issue - Read value from APPLICATION scope & write it to SESSION scope

2009-06-01 Thread Jay Greer

Having a brain cramp on this one guys...

How would one approach locking when reading a value from the APPLICATION scope 
and subsequently writing it to the SESSION scope..?

EXAMPLE
--

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323030
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Do not set blank cookies with cfcookie

2007-06-06 Thread Jay Greer
Anyone know if this technote applies to ColdFusion 7 and later..?

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_17009


~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280291
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFCHART & Percentage Values

2005-11-04 Thread Jay Greer
CORRECTION:

OOPS!
The tag rounds UP or DOWN.
Anyhow, I still need to know how to defeat the rounding and have 19.3% 
displayed as 19.3% .


   
  
  
  
  
   


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223249
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CFCHART & Percentage Values

2005-11-04 Thread Jay Greer
Anybody know how to get CFCHART to display percentage values without ROUNDING 
up? From what I can tell, the current behavior ALWAYS rounds up.

So, a value of 19.1% gets displayed as 20%.


   
  
  
  
  
   


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223246
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WAY OT: Configuring FCKEditor

2005-10-30 Thread Jay Greer
Hi Jenny:

Sorry for the delayed reply.
Yeah, I was having a devil of a time, too.

This entry on Brian Rinaldi's Blog got me started.
http://tinyurl.com/cw7m8
After that it was trial & error (& error & error...).

Best of Luck!!!

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222661
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: WAY OT: Configuring FCKEditor

2005-10-28 Thread Jay Greer
(for versiion 2.1.1)

/FCKEditor/editor/filemanager/browser/default/connectors/cfm/config.cfm

Lines 9 & 11

Good Luck!

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222595
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Looking for PHP/CF hosting

2005-09-20 Thread Jay Greer
We switched to CrystalTech for precisely that reason, Rick and we've been very 
please with them so far.

http://www.crystaltech.com

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218716
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Detecting CFLOCK

2005-09-13 Thread Jay Greer
>What exactly are you trying to accomplish? 

Thanks for your reply.

I'm using CFDOCUMENT enclosed in an exclusive CFLOCK to create a _BIG_ PDF file 
in a shared server environment. Under typical server load it takes around 30 
seconds or so to create the PDF. However, sometimes it can take much longer -- 
or forever (literally). To keep the user amused while they wait, they get to 
watch a progress bar thingy. A javascript redirects to an ERROR screen after 60 
seconds. 

While "USER A" is waiting for her PDF to be created I would like to prevent 
"USERS B,C,D..." from queing requests and display a "PLEASE WAIT" message or 
something. 

That's why I want to know when the CFLOCK is released. 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218089
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Detecting CFLOCK

2005-09-13 Thread Jay Greer
Is there any way to programatically detect when CF releases an exclusive named 
CFLOCK?

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218079
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54