A Transaction Processing System To be considered a transaction processing system the computer must pass the ACID test. From a technical perspective, a Transaction Processing System ...
http://en.wikipedia.org/wiki/Transaction_checkpoint
Make it simple, robust and scalable ... Comments for 90 days only I'm getting way too much spam these days. I wanted to keep the comments open for ever so I can get your feedback ...
http://blogs.msdn.com/florinlazar/archive/tags/Transactions/default.aspx
Get information on recent Checkpoint Systems Inc. (CKP) transactions. Read updated news on mergers, acquisitions, private placements and industry transactions.
http://investing.businessweek.com/businessweek/research/stocks/transactions/transactions.asp?capId=260119
... journal->j_list_lock); 378 result = cleanup_journal_tail (journal); 379 if (result < 0) 380 return result; 381 return 0; 382} 383 384 /* 385 * Check the list of checkpoint transactions for ...
http://www.cs.fsu.edu/~baker/devices/lxr/http/source/linux/fs/jbd/checkpoint.c
... journal->j_list_lock); 384 result = jbd2_cleanup_journal_tail (journal); 385 if (result < 0) 386 return result; 387 return 0; 388} 389 390 /* 391 * Check the list of checkpoint transactions ...
http://www.cs.fsu.edu/~baker/devices/lxr/http/source/linux/fs/jbd2/checkpoint.c
... until postreplication repair; Checkpoint, a novel by Nicholson Baker " Checkpoint" (Buffy episode), an episode of the television series Buffy the Vampire Slayer; Transaction checkpoint ...
http://en.wikipedia.org/wiki/Checkpoint
The following illustration shows a simplified version of the end-of-a-transaction log with two active transactions. Checkpoint records have been compacted to a single record.
http://msdn.microsoft.com/en-us/library/ms189573.aspx
Hello Andrew! > > I've noticed that the patch splitting transaction's t_ checkpoint_list > into two lists (one for buffers to-be-submitted and one for already
http://herbie.ucs.indiana.edu/hypermail/linux/kernel/0506.3/0756.html
... journal->j_list_lock); 371 result = cleanup_journal_tail (journal); 372 if (result < 0) 373 return result; 374 375 return 0; 376} 377 378 /* 379 * Check the list of checkpoint transactions for ...
http://enpc3240.eas.asu.edu/lxr/linux/http/source/fs/jbd/checkpoint.c?v=2.6.17.10;a=mips
if (journal->j_ checkpoint_ transactions != transaction || + transaction->t_tid != this_tid) + return; + while (!released && transaction->t_ checkpoint_io_list)
http://www.uwsg.indiana.edu/hypermail/linux/kernel/0605.0/0547.html
Date: Effect : Description: User: 2/8/2002-1 : Survey scheduled: Leonard Bernstein: 2/2/2002-1 : Survey scheduled: Kurt Weill: 10/2/2002-1 : Survey scheduled: Jean Sibelius
http://demo.profilesinternational.com/checkpoint/admin/meterhistory.htm
Methods inherited from class java.lang.Object; equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
http://jpos.org/doc/javadoc/org/jpos/transaction/participant/CheckPoint.html
Description. Write-Ahead Logging (WAL) puts a checkpoint in the transaction log every so often. (To adjust the automatic checkpoint interval, see the run-time configuration ...
http://www.enterprisedb.com/documentation/sql-checkpoint.html
Description. Write-Ahead Logging (WAL) puts a checkpoint in the transaction log every so often. (To adjust the automatic checkpoint interval, see the run-time configuration ...
http://www.postgresql.org/docs/8.1/interactive/sql-checkpoint.html
Description. Write-Ahead Logging (WAL) puts a checkpoint in the transaction log every so often. (To adjust the automatic checkpoint interval, see the run-time configuration ...
http://www.postgresql.org/docs/7.4/interactive/sql-checkpoint.html
Description. Write-Ahead Logging (WAL) puts a checkpoint in the transaction log every so often. (To adjust the automatic checkpoint interval, see the run-time configuration ...
http://phoenix.goucher.edu/pgsql/sql-checkpoint.html
if (journal->j_ checkpoint_ transactions == transaction || + if (journal->j_ checkpoint_ transactions == transaction && transaction->t_tid == this_tid)
http://www.uwsg.indiana.edu/hypermail/linux/kernel/0601.2/0668.html
This may require a significant amount of time to complete, depending on the size and number of transactions since the last checkpoint. Any transactions that are active when ...
http://www.dbmaker.com/reference/manuals/sql/SQLCHECKPOINT.htm
if (journal->j_ checkpoint_ transactions != transaction || transaction->t_tid != this_tid) - return; + return ret; while (!released && transaction->t_ checkpoint_io_list)
http://lkml.indiana.edu/hypermail/linux/kernel/0806.0/0833.html
|