× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



@Dieter

you are apparently not very familiar with Asynchronous processes where one
browser (client) can have several conversations with several server jobs
running
at the same time.

WEB 2.0 is actually an asynchrone world so your single tread transactual
world
dosn't apply.




On Sat, Dec 21, 2013 at 1:39 PM, D*B <dieter.bender@xxxxxxxxxxxx> wrote:

@Henrik:
nothing to chew!

A user makes some input to some sort of screen (might be 5250, might be
Windows, or x-windows, might be a JSP or whatever). At some time it's
finished and the user confirms, that he want's this written to the
database. In a well normalized database this will need some inserts and
updates to some tables (mostly n operations to m tables) - this is called a
transaction!
This should be atomar in the sense, that all this is brought to the
database, or nothing and the user get's some information: all is done, or
the transaction failed. The easiest and most straight forwarded method to
accomplish this is the transaction support of the database: this is well
known as Commitment Controll and as long as nothing is wrong with this, I
will use and recommend to use Commitment controll as the easiest solution
for a common problem!!!!

There might be problems (of course they are) you can't solve with
commitment controll, one of these are long lasting transactions, e.g.
flight reservation software, or giving an user exclusive access for a known
segment of the database, but even in these cases, you will have the need to
make an update operation of m records to n tables atomar and again
Commitment controll will be the easiest solution for most database systems
(db2/400) included.

D*B
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.