Date: 11/30/99
- Next message: Tim Zickus: "Re: [PHP3] Mapping .html to PHP"
- Previous message: o.cook <email protected>: "RE: [PHP3] rrrrrrrrrrr........"
- Next in thread: Tim Zickus: "Re: [PHP3] Transactions in Oracle"
- Reply: Tim Zickus: "Re: [PHP3] Transactions in Oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
How does php3 handle transactions.
Does the web server/ scheduler OS prempt the series of oracle statements
that constitute a transaction in Oracle.
For example
say a transaction A consists of 3 queries 1,2 and 3.
After query 1 has been executed. it can so happen that the web server
receives another request B that has 2 queries namely 4& 5. Now the order
of transactions at the Oracle server end can be 1,2,4,3,5. Now as the
transaction does a commit after executing 3 does 4 also get
unintentionally committed.
How does this prempting of order of queries effect the while status of
the database and the data in it.
Thanks
Amit
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Tim Zickus: "Re: [PHP3] Mapping .html to PHP"
- Previous message: o.cook <email protected>: "RE: [PHP3] rrrrrrrrrrr........"
- Next in thread: Tim Zickus: "Re: [PHP3] Transactions in Oracle"
- Reply: Tim Zickus: "Re: [PHP3] Transactions in Oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

