cftransaction

2012-11-01 Thread Chad Gray

Say I have code that is accesses multiple datasources.  CFTransaction cannot be 
used across multiple datasources.

 

My question is can I make two CFTransaction blocks and on the first one set a 
CFTransaction SavePoint.

 

Then if the second CFTransation errors can I roll back the first CFTransaction 
save point?

 

 

Dummmy code:

 

Cftransaction start

Cftransaction set a save point1

Do some queries on datasource 1

Cftransaction end

 

 

Cftransaction start

Cftry

Cftransaction set save point2

Do some queries on datasource 2

Cfcatch

Cftransaction rollback save point 1

Cftransaction rollback save point 2

Cftransaction end



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353039
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cftransaction

2012-11-01 Thread Dave Watts

 Say I have code that is accesses multiple datasources.  CFTransaction cannot 
 be used across multiple datasources.

 My question is can I make two CFTransaction blocks and on the first one set a 
 CFTransaction SavePoint.

 Then if the second CFTransation errors can I roll back the first 
 CFTransaction save point?

No, I don't think you can do that. CF doesn't support distributed
transactions. While CF 9 does allow nested transactions, they don't
seem to let you do what you're trying to do here. What you could do -
not that I'd recommend this - is have two transactions run essentially
in parallel, have a wait/sleep loop in the first, and when the second
one completes you could have it set a flag that can be read by the
first one and then it could either commit or rollback.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353040
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: (ot) Blocking IPs

2012-11-01 Thread Jenny Gavin-Wear

I have found it effective to block troublesome IPs for some length of time,
usually an hour to a day does it.

This was my security policy as an IT Manager and it is working fine on my
dedicated server.

Hope this helps!

-Original Message-
From: Robert Harrison [mailto:rob...@austin-williams.com] 
Sent: 02 May 2012 13:51
To: cf-talk
Subject: (ot) Blocking IPs


I have a host who, for the most part, I am satisfied with. However, he is in
the habit of blocking IP ranges for various reasons... DDOS attacks,
repeated port scans, etc.  I've had complaints from some of my clients who
do international business that some people cannot access their sites other
parts of the world, like places in Asia, the Middle East, South and Central
America, etc. I'm not surprised at the complaints.

Is this a normal practice, or is this host over-zealous?



Robert Harrison
Director of Interactive Services

Austin  Williams
Advertising I Branding I Digital I Direct
125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788 T 631.231.6600 X 119
  F 631.434.7022 http://www.austin-williams.com

Blog:  http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austin_



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353041
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) Blocking IPs

2012-11-01 Thread Matt Quackenbush

You do realize that the post you replied to is 6 months old, right?


On Thu, Nov 1, 2012 at 2:21 PM, Jenny Gavin-Wear 
jenn...@fasttrackonline.co.uk wrote:


 I have found it effective to block troublesome IPs for some length of time,
 usually an hour to a day does it.

 This was my security policy as an IT Manager and it is working fine on my
 dedicated server.

 Hope this helps!

 -Original Message-
 From: Robert Harrison [mailto:rob...@austin-williams.com]
 Sent: 02 May 2012 13:51
 To: cf-talk
 Subject: (ot) Blocking IPs


 I have a host who, for the most part, I am satisfied with. However, he is
 in
 the habit of blocking IP ranges for various reasons... DDOS attacks,
 repeated port scans, etc.  I've had complaints from some of my clients who
 do international business that some people cannot access their sites other
 parts of the world, like places in Asia, the Middle East, South and Central
 America, etc. I'm not surprised at the complaints.

 Is this a normal practice, or is this host over-zealous?



 Robert Harrison
 Director of Interactive Services

 Austin  Williams
 Advertising I Branding I Digital I Direct
 125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788 T 631.231.6600 X
 119
   F 631.434.7022 http://www.austin-williams.com

 Blog:  http://www.austin-williams.com/blog
 Twitter:  http://www.twitter.com/austin_



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353042
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) Blocking IPs

2012-11-01 Thread Cameron Childress

I have found it effective to block troublesome emails for some length of
time, usually 6 months does it.

On Thu, Nov 1, 2012 at 3:25 PM, Matt Quackenbush quackfu...@gmail.comwrote:

 You do realize that the post you replied to is 6 months old, right?

 On Thu, Nov 1, 2012 at 2:21 PM, Jenny Gavin-Wear 
 jenn...@fasttrackonline.co.uk wrote:
  I have found it effective to block troublesome IPs for some length of
 time, usually an hour to a day does it.


...


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353043
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) Blocking IPs

2012-11-01 Thread Matt Quackenbush

Heh. :-)


On Thu, Nov 1, 2012 at 2:30 PM, Cameron Childress camer...@gmail.comwrote:


 I have found it effective to block troublesome emails for some length of
 time, usually 6 months does it.

 On Thu, Nov 1, 2012 at 3:25 PM, Matt Quackenbush quackfu...@gmail.com
 wrote:

  You do realize that the post you replied to is 6 months old, right?
 
  On Thu, Nov 1, 2012 at 2:21 PM, Jenny Gavin-Wear 
  jenn...@fasttrackonline.co.uk wrote:
   I have found it effective to block troublesome IPs for some length of
  time, usually an hour to a day does it.
 

 ...


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353044
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) Blocking IPs

2012-11-01 Thread Dave Watts

 I have found it effective to block troublesome emails for some length of
 time, usually 6 months does it.

http://instantrimshot.com/

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353045
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) Blocking IPs

2012-11-01 Thread Bobby

Ha! I was about to reply with the exact same link...

On 11/1/12 4:06 PM, Dave Watts dwa...@figleaf.com wrote:


 I have found it effective to block troublesome emails for some length of
 time, usually 6 months does it.

http://instantrimshot.com/

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353046
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) Blocking IPs

2012-11-01 Thread Gerald Guido

That sir, made my day. Classic.

G!

On Thu, Nov 1, 2012 at 4:06 PM, Dave Watts dwa...@figleaf.com wrote:


  I have found it effective to block troublesome emails for some length of
  time, usually 6 months does it.

 http://instantrimshot.com/

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353047
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm