Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: sql server2005 for a change in 3TB range
On Nov 13, 2007 11:55 AM, hrishy <hrishys_at_yahoo.co.uk> wrote:
> Hi Niall,Peter
>
> I do agree with you guys .
>
> In a 3 tier stateless environment like web does the
> locaking strategy matter any more i mean readers
> blocking writers etc ?
>
show me a serious stateless web app - i.e. one which really works with no persistence at all (the acid test is does it run unchanged with no loss of functionality on a browser with cookies disabled). I have yet to see one, seriously. I don't see how there could actually be one, you must interact with the user session in any serious application.
maintenance of session state is the *core* problem for web applications in my view.
>
> Because in a web env we normally select a column such
> as a timestamp to see if row has changed and then
> based on that we go ahead with the processing
>
isn't that just what database agnostic applications tend to do - or more
commonly select the whole lot and compare values of all of the columns for
all of the rows.
-- Niall Litchfield Oracle DBA http://www.orawin.info -- http://www.freelists.org/webpage/oracle-lReceived on Tue Nov 13 2007 - 07:24:34 CST
![]() |
![]() |