You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Adam Sherman <ad...@tritus.ca> on 2001/10/02 22:21:31 UTC

Transactions

Forgive me for asking questions without reading all the docs!

It seems that Turbine's OM does *not* support transactions at all?
This is correct?

Should I be looking at something for transaction support? Or should I
be changing the design of my app?

Thanks,

A.

-- 
Adam Sherman
President & Technology Architect
Tritus Consultant Group Inc.
+1.613.255.5164
http://www.tritus.ca

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Transactions

Posted by John McNally <jm...@collab.net>.
Adam Sherman wrote:
> 
> On Tue, Oct 02, 2001 at 04:21:31PM -0400, Adam Sherman wrote:
> > Forgive me for asking questions without reading all the docs!
> 
> Says he. )-:
> 
> > It seems that Turbine's OM does *not* support transactions at all?
> > This is correct?
> 
> Yes it does! I just noticed.
> 
> > Should I be looking at something for transaction support? Or should I
> > be changing the design of my app?
> 
> OK, so then: is it possible to use BLOBs *inside transactions* in
> Torque/Turbine?

Yes.  BasePeer and the user om classes provide examples on its use,
since turbine's user table contains a blob and there is code there to
compensate for postgresql's transaction requirement regarding blob
columns.



> 
> I guess that becomes the final question. And if *not*, what should I
> do? (Opinions please!)
> 
> Thanks,
> 
> A.
> 
> --
> Adam Sherman
> President & Technology Architect
> Tritus Consultant Group Inc.
> +1.613.255.5164
> http://www.tritus.ca
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Transactions

Posted by Adam Sherman <ad...@tritus.ca>.
On Tue, Oct 02, 2001 at 04:21:31PM -0400, Adam Sherman wrote:
> Forgive me for asking questions without reading all the docs!

Says he. )-:

> It seems that Turbine's OM does *not* support transactions at all?
> This is correct?

Yes it does! I just noticed.

> Should I be looking at something for transaction support? Or should I
> be changing the design of my app?

OK, so then: is it possible to use BLOBs *inside transactions* in
Torque/Turbine?

I guess that becomes the final question. And if *not*, what should I
do? (Opinions please!)

Thanks,

A.

-- 
Adam Sherman
President & Technology Architect
Tritus Consultant Group Inc.
+1.613.255.5164
http://www.tritus.ca

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Transactions

Posted by John McNally <jm...@collab.net>.
I am not sure what you mean by supporting them, but om/peers do not
prevent the use of transactions so far as I know and even provide some
convenience code that makes use of them (see the save() method).  What
kind of support do you want?

john mcnally

Adam Sherman wrote:
> 
> Forgive me for asking questions without reading all the docs!
> 
> It seems that Turbine's OM does *not* support transactions at all?
> This is correct?
> 
> Should I be looking at something for transaction support? Or should I
> be changing the design of my app?
> 
> Thanks,
> 
> A.
> 
> --
> Adam Sherman
> President & Technology Architect
> Tritus Consultant Group Inc.
> +1.613.255.5164
> http://www.tritus.ca
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org