|
| |
| | transaction - a Whatis.com definition |
 | | Transactions are supported by Structured Query Language, the standard database user and programming interface. |  | | In computer programming, a transaction usually means a sequence of information exchange and related work (such as database updating) that is treated as a unit for the purposes of satisfying a request and for ensuring database integrity. |  | | In CICS, an instance of a particular transaction request by a computer operator or user is called a task. |
|
http://searchcio.techtarget.com/sDefinition/0,,sid19_gci213213,00.html
|
|
| |
| | ACID Transactions: Tech Library: Products: NuSphere |
 | | The simplicity of ACID transactions is especially important in a distributed database environment where the transactions are being made simultaneously. |  | | Transactions always operate on a consistent view of the data and when they end always leave the data in a consistent state. |  | | That is, either all of the changes occur or none of them do. |
|
http://www.nusphere.com/products/library/acid_transactions.htm
|
|
| |
| | ACM Transactions on Mathematical Software |
 | | The Transactions on Mathematical Software (TOMS) is part of the family of journals produced by the Association for Computing (ACM). |  | | Transactions on Mathematical Software, Last change 27 September 2005 by RFB. |  | | These web pages are provided courtesy of the Guide to Available Mathematical Software project of the National Institute of Standards and Technology; NIST Privacy Policy. |
|
http://gams.nist.gov/toms/Overview.html
|
|
| |
| | Advanced Features of C++ |
 | | Of course, you can't expect to recover the data structures that were stored in the volatile memory of your computer prior to the crash. |  | | If it happens before the new value in file S gets to the disk, the program will come up and read zero from S. It will assume that the correct version of the data is still in file A and it will empty file B. We are back to the pre-transaction state. |  | | So here is the three-file scheme: We start with file A containing the original data, file B with no data and a small 1-byte file S (for Switch) initializedcontaintain a zero. |
|
http://www.relisoft.com/book/tech/8trans.html
|
|
| |
| | Microsoft Distributed Transaction Coordinator (MS-DTC) by Microsoft Corp. |
 | | Implementers think of a transaction as a programming style that allows them to write modules that can participate in distributed computations. |  | | MS DTC manages transactions that involve multiple resource managers, perhaps distributed among multiple computers. |  | | So, Microsoft implemented transaction management software for both Microsoft® Windows® 95 and Microsoft® Windows NT® operating systems. |
|
http://my.execpc.com/~gopalan/com/msdtc.html
|
|
| |
| | Transaction Processing Concepts and Techniques |
 | | This generalizes the transaction concept from its traditional database domain to the broader context of client-server computing. |  | | As such, it is the enabling technology for client-server computing. |  | | The premise of the course is that RPC is the key to structuring distributed computations, and that transactional RPC is the best way to handle the inevitable exceptions that arise. |
|
http://research.microsoft.com/~gray/WICS_99_TP
|
|
| |
| | Amazon.com: Books: Transaction Processing : Concepts and Techniques (The Morgan Kaufmann Series in Data Management ... |
 | | So the demands of the hardware architecture and the concepts of the software design from operationg system to application level are omnipresent illustrated and result in a feeling the reader will sense as a whole model of understanding. |  | | Transactional Information Systems: Theory, Algorithms, and the Practice of Concurrency Control (The Morgan Kaufmann Series in Data Management Systems) by Gerhard Weikum |  | | If you want to just learn the basics of TP I recommend that you consider "Principles of Transaction Processing" by Philip A. Bernstein and Eric Newcomer because it is less daunting than this or the Weikum and Vossen book (both of which are 1100+ pages). |
|
http://www.amazon.com/exec/obidos/tg/detail/-/1558601902?v=glance
|
|
| |
| | Transaction Processing |
 | | You should not perform transaction processing with globals on other computers in networked configurations, as Caché does not journal them automatically. |  | | When you start Caché and it determines that recovery is needed, any transaction on the computer that was incomplete will be rolled back. |  | | Transaction processing helps maintain the logical integrity of your database. |
|
http://platinum.intersystems.com/csp/docbook/DocBook.UI.Page.cls?KEY=GCOS_tp
|
|
| |
| | Commons Transaction - Overview |
 | | Depending on the type of the map that is wrapped this can either work as a transactional cache or some sort of volatile memory store. |  | | Of more general interest could be a rendezvous barrier and a file utility class. |  | | Using a pessimistic locking schema this implementation features serializable transactions. |
|
http://jakarta.apache.org/commons/transaction
|
|
| |
| | ONJava.com: J2EE Transaction Frameworks, Part 3 |
 | | If multiple enterprise information systems are involved, this creates the challenge of having to group all the work to multiple enterprise information systems into an atomic unit. |  | | This series has barely scratched the surface of a very complex topic encountered in everyday distributed enterprise computing environments. |  | | The approach is illustrated in the following example. |
|
http://www.onjava.com/pub/a/onjava/2001/06/06/j2ee_trans.html?page=last
|
|
| |
| | Understanding JTAthe Java Transaction API |
 | | The gtrid and bqual can each contain up to 64 bytes of binary code to identify the global transaction and the branch transaction, respectively. |  | | If this is case, as in this example, it joins the first branch created on the first XA connection instead of creating a new branch. |  | | Some examples may not work for a particular database because of inherent problems associated with that database. |
|
http://archive.devx.com/java/free/articles/dd_jta/jta-2.asp
|
|
| |
| | Transaction Management |
 | | The name "repeatable read" for this level of isolation comes from the fact that a transaction with this isolation level can read the same data repeatedly and be guaranteed to see the same value. |  | | Pessimistic locking guarantees that the first transaction can always apply a change to the data it first accessed. |  | | This level of isolation is more restrictive (and consequently provides less concurrency) than a read uncommitted isolation level and helps avoid the problem associated with the latter level of isolation. |
|
http://www.developer.com/java/data/article.php/2246481
|
|
| |
| | McObject — Precision Data Management: The eXtremeDB Main Memory Embedded Database for Smart Devices |
 | | Logging is performed through periodic checkpoints, where the image of the database is saved to persistent storage, and all intermediate changes to the database are written to the log files. |  | | If the information that you provide matches the needs of the project, you will be invited to participate in the beta test. |  | | Following its design principals, many eXtremeDB features are parameterized so that programmers can invoke the features most appropriate for their application scenario, whether their priority is maintaining the highest performance possible, or ensuring the highest level of transaction durability. |
|
http://www.mcobject.com/logging.shtml
|
|
| |
| | Java Transaction Service |
 | | This article introduces the JTS and JTA, the architecture, and how some of the transaction processing semantics could be implemented in a JTS application environment. |  | | Almost all vendors developing products related to transaction processing, relational databases, and message queuing, support the interfaces defined in the DTP model. |  | | The JTS and JTA are the latest entrants into the enterprise distributed computing arena. |
|
http://www.subrahmanyam.com/articles/jts/JTS.html
|
|
| |
| | Transaction Management With Sybase - Taking Control |
 | | In other words, this user hasn't locked anything so other users are free to get on with their work. |  | | This article will focus on Transaction Management with PowerBuilder Version 3's native DBLIB interface to Sybase and Microsoft SQL Server Versions 4.x, henceforth simply referred to as "Sybase". |  | | It is important to note that if the update() fails the program must do an immediate rollback before informing the user. |
|
http://www.bcarter.com/syb1_d.htm
|
|
| |
| | Web Services Transaction (WS-Transaction) |
 | | The following is an example atomic transaction CoordinationContext. An IsolationLevel element has been added as an example of a proprietary extension. |  | | Namespace URIs of the general form "some-URI" represents some application-dependent or context-dependent URI as defined in RFC2396 [URI]. |  | | The 2PC protocol makes a "presumed abort" assumption to minimize work for normal commit case. Presumed abort means that no knowledge of a transaction implies it is aborted, which allows the following optimizations: |
|
http://dev2dev.bea.com/pub/a/2004/01/ws-transaction.html
|
|
| |
| | Maxprog Transaction - Online sales analysis and reporting tool |
 | | Transaction doesn't use technical jargon making it much easier to be used by people with very little or no computing knowledge at all. |  | | Available for Mac OS X and Windows 98/2000/Me/NT/XP Get informed when changes are made to this product |  | | Transaction can serve several small to medium management needs for either private users, software developers or small businesses making keeping track of online sales a snap. |
|
http://www.maxprog.com/Transaction.html
|
|
| |
| | Transaction (GeoTools 2.2.x) |
 | | Transactions are also to provide authorization when working with locked features. |  | | TransactionStateDiff (stored by DataStore): Used for in memory locking is used by many DataStore's (like ShapefileDataStore). |  | | All opperations are considered to be working against a Transaction. |
|
http://modules.geotools.org/main/apidocs/org/geotools/data/Transaction.html
|
|
| |
| | Transaction and Concurrency Control using ADO.NET |
 | | If all operations get completed successfully then that part is committed in the database otherwise what ever modification you might have done during the process is roll backed from the database so that it never affect other user’s operations. |  | | While doing certain modification in the database some time you need to lock the data so that no one can else perform modification in that data. |  | | A transaction is an abstract unit of concurrent computation that execute automatically. |
|
http://www.c-sharpcorner.com/Code/2002/Aug/TransactionsNConcurr.asp
|
|
| |
| | Transaction Manager |
 | | In the case of a complex (aggregated) transaction, an error might occur somewhere after some of it's sub transactions might have already executed successfully. |  | | As an example, consider the case where the user types a key while some text is selected. |  | | One of the nsITransaction interface methods that all application transactions must implement is Merge(). |
|
http://www.mozilla.org/editor/txmgr/transaction-manager.html
|
|
| |
| | TransAction - Home Page |
 | | TransAction is the first international translation team of Atari softwares! |  | | We take the best software around and work with the authors to bring you English releases. |  | | Most TransAction crew members have been translating software for years so we decided it was time to pool our efforts. |
|
http://atari.transaction.free.fr
|
|
| |
| | Transaction Handling |
 | | , or outside of a transaction context, it returns a null string. |  | | You must save this object reference for use in any subsequent |  | | There are two classes that the application developer can use: |
|
http://www.cs.umbc.edu/help/oracle8/java.815/a64683/trans2.htm
|
|
| |
| | Chapter 4. Transactions on JBoss |
 | | In a distributed environment communications failures can happen. |  | | Pad: The pad value determines whether the byte[] returned by the Xid |  | | Transaction Manager: This component is distributed across the transactional system. |
|
http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch4.chapt.html
|
|
| |
| | Arjuna Transaction Service Suite |
 | | ArjunaTS is a middleware solution that supports mission-critical applications in distributed computing environments. |  | | "Multimodal Transaction Processing" is the term coined by Gartner to describe the new generation of transactional application required to face the challenges posed by new business requirements, technologies and innovative computing architectures. |  | | In today's business environment of system consolidations, worldwide utilization, and "always- on" availability, enterprises need distributed transaction processing infrastructure to build reliable, sophisticated business applications that can guarantee absolute completion and accuracy of business processes. |
|
http://www.arjuna.com/products/arjunats
|
|
| |
| | P$e-Cash.com - Transaction Center |
 | | P$e-Cash Internet transaction capability is accessed through the CASHIER link provided within the game website's software. |  | | This link is only available to those who have registered with the multi-table game websites Planet Poker and Planet Poker2, and who have downloaded and installed the free game software. |  | | Current transaction capabilities include VISA and MasterCard credit cards, Internet checks and a variety of other Internet based electronic wallet and transfer mechanisms; all transactions are denominated in US Dollars. |
|
http://www.psecash.com/transaction.htm
|
|
| |
| | : Welcome to Transaction One Home Page : |
 | | Our ‘Eurostore’ solution is tuned to meet the specific needs of any hardware or software Vendor wanting to maximise online sales in Europe. |  | | Transaction One (T1) is Europe’s leading provider of outsourced, online store solutions for both Vendors and Retailers. |  | | T1 continues to grow with further additions to their EuroStore network. |
|
http://www.transaction-one.com
|
|
| |
| | TransAction 2002 |
 | | Transaction.pdf (this file will open from current location or you can right click and save to your computer) |  | | For a printable version of the Transaction Manual select one of the two files below. |  | | • North Dakota’s Statewide Strategic Transportation Plan Public Involvement Process: Description of the public involvement process used to develop TransAction. |
|
http://www.state.nd.us/dot/manuals/planning/transaction1.html
|
|
| |
| | Merriam-Webster Online |
 | | Now you can take the Eleventh Edition with you anywhere as Franklin's new Speaking Electronic Handheld! |  | | For More Information on "transaction" go to Britannica.com |  | | 1 a : something transacted; especially : an exchange or transfer of goods, services, or funds transactions> b plural : the often published record of the meeting of a society or association |
|
http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=transaction
|
|
| |
| | JDO JavaDoc: Interface Transaction |
 | | , and are valid only in the non-managed, non-distributed transaction environment. |  | | Transaction options include whether optimistic concurrency control should be used for the current transaction, whether instances may hold values in the cache outside transactions, and whether values should be retained in the cache after transaction completion. |  | | interface provides for initiation and completion of transactions under user control. |
|
http://java.sun.com/products/jdo/javadocs/javax/jdo/Transaction.html
|
|
| |
| | Bad Software: A Consumer Protection Guide |
 | | The Uniform Computer Information Transactions Act is a new law this is intended to govern all contracts involving computer software and information that you obtain electronically (website, CD, etc.). |  | | It morphed into one of the main sites for opposition to the Uniform Computer Information Transactions Act (UCITA). |  | | For more information, and tips on what you can do, read Chapter 1 of our book. |
|
http://www.badsoftware.com
|
|
| |
| | Transaction (Java 2 Platform Ent. Ed. v1.4) |
 | | A Transaction object is created corresponding to each global transaction creation. |  | | The Transaction object can be used for resource enlistment, synchronization registration, transaction completion, and status query operations. |  | | The Transaction interface allows operations to be performed against the transaction in the target Transaction object. |
|
http://java.sun.com/j2ee/1.4/docs/api/javax/transaction/Transaction.html
|
|
| |
| | P of EAA: Transaction Script |
 | | A Transaction Script organizes all this logic primarily as a single procedure, making calls directly to the database or through a thin database wrapper. |  | | A transaction may view some information as organized in a particular way, another will make changes to it. |  | | In others it may involve many steps of validations and calculations. |
|
http://martinfowler.com/eaaCatalog/transactionScript.html
|
|
| |
| | Purveyor Administrator's Guide - Web Proxy Servers |
 | | Proxies that handle only a single Internet protocol, such as HTTP, are possible, but a Web browser would then require access to other proxy servers to handle the remaining protocols. |  | | When using a proxy server it is possible to filter client transactions at the protocol level. |  | | Caching documents means storing documents locally so users do not have to connect to a remote server to get files. |
|
http://vms.process.com/~help/helpproxy.html
|
|
| |
| | Transaction (Hibernate API Documentation) |
 | | A single session might span multiple transactions since the notion of a session (a conversation between the application and the datastore) is of coarser granularity than the notion of a transaction. |  | | Allows the application to define units of work, while maintaining abstraction from the underlying transaction implementation (eg. |  | | This method will commit the underlying transaction if and only if the transaction was initiated by this object. |
|
http://www.hibernate.org/hib_docs/v3/api/org/hibernate/Transaction.html
|
|
| |
| | @TRANSACTION |
 | | For example, the following two scripts would be considered one transaction. |  | | If a script contains the @TRANSACTION directive, it must be the very first line in the.asp file, otherwise an error is generated. |  | | The current transaction ends when the script finishes processing. |
|
http://www.microsoft.com/windows2000/en/advanced/iis/htm/asp/dire5t0u.htm
|
|
| |
| | Transaction - Wikipedia, the free encyclopedia |
 | | This is a disambiguation page, a list of pages that otherwise might share the same title. |  | | A transaction is an agreement, communication, or movement carried out between separate entities or objects. |
|
http://en.wikipedia.org/wiki/Transaction
|
|
| |
| | [No title] |
 | | Transaction Systems Architects, Inc. (NASDAQ:TSAI) provides electronic payment and related solutions to banks, retailers and payment processors around the world. |  | | As the world's payment systems shift from paper to pulse, TSA solutions pave the way. |  | | Transaction Systems Architects, Inc. (TSA) : Welcome To TSA |
|
http://www.tsainc.com
|
|
| |
| | S2 Systems - the payment transaction solution experts |
 | | Transaction Systems Architects Completes Acquisition of S2 Systems |  | | S2 Systems is the pioneer in open architecture enterprise payment transaction solutions. |  | | S2 Systems - the payment transaction solution experts |
|
http://www.s2systems.com
|
|
| |
| | Aegis 4.20 |
 | | This allows appropriately created changes to be treated as if they were projects, and thus to have changes made to them. |  | | Aegis' normal development process is used to validate received transactions before accepting them. |  | | Aegis supports both push and pull distribution models, and many distribution topologies. |
|
http://aegis.sourceforge.net
|
|
| |
| | Washington Publishing Company :: EDI :: HIPAA :: XML |
 | | The request for the additional information is sent with an implementation of transaction set 277, the WPC Open Source XML schema is also available for that 277 variant. |  | | Now the WPC Open Source schema for the 275: Additional Information to Support a Health Care Claim or Encounter, is available for download from the WPC Document Management System. |  | | It is expected that in 2005 the Department of Health and Human Services will issue a Notice of Proposed Rule Making (NPRM) to add the means to effect what is commonly know as the "Claims Attachments" business process to the HIPAA suite of mandated transactions. |
|
http://www.wpc-edi.com/hipaa/HIPAA_40.asp
|
|
| |
| | Insession Technologies |
 | | Insession Technologies is a division of Transaction Systems Architects. |  | | Insession's solutions are built on an open, flexible architecture delivering tools that are configurable in order to meet the specific requirements of your business and your industry. |  | | The entirety of this web site is copyrighted © 2004, Transaction Systems Architects, Inc. All products are trademarks or registered trademarks of their respective companies. |
|
http://www.insession.com
|
|
| |
| | Transaction Publishers |
 | | Transaction looks forward to meeting you and your colleagues at a number of events at which we will be exhibiting during the next several months. |  | | Transaction Publishers is pleased to announce a new book series... |  | | Transaction Publishers Periodicals Consortium is pleased to announce it will publish the Journal of International Migration and Integration. |
|
http://www.transactionpub.com
|
|
| |
| | Thermal Printers and printing technologies by AXIOHM |
 | | AXIOHM has first made its mark thanks to the famous CLAMSHELLTM design, which revolutionized the transaction printers by making paper roll loading a snap (all of AXIOHM desktop or portable thermal printers feature the CLAMSHELLTM design). |  | | Since, AXIOHM continues to show an unequalled capacity to innovate, with 60 patents and numerous distinctions industry "firsts" in several countries. |
|
http://www.axiohm.com
|
|
| |
| | Kyberpass Corporation - enabling high-trust electronic collaboration |
 | | Now companies can have a true end-to-end electronic transaction security, provide a means for secure electronic collaboration, and re-engineer expensive paper-based processes. |  | | The Kyberpass TrustPlatform allows applications to be seamlessly trust-enabled with digital signatures to meet the identity and information security requirements of financial services, bio-pharmaceutical, insurance, legal, and other industries, including the ability to provide legally binding digital signatures. |
|
http://www.kyberpass.com
|
|
| |
| | The Transaction Project |
 | | --> Transaction technology enables marketing that's measurable and efficient, direct and trustworthy, secure and cost effective... |  | | LeadGateway™ and SalesTree® are trademarks of The Transaction Project |  | | Since 2001, Canadian Scholarship Trust (CST), Canada's largest group RESP promoter, has used SalesTree to manage their lead generation programs. |
|
http://www.trxn.com
|
|
| |
| | MySQL 5.0 Reference Manual :: 13.4.6 SET TRANSACTION Syntax |
 | | This statement sets the transaction isolation level for the next transaction, globally, or for the current session. |  | | keyword, the statement sets the default transaction level globally for all new connections created from that point on. |  | | keyword sets the default transaction level for all future transactions performed on the current connection. |
|
http://dev.mysql.com/doc/mysql/en/set-transaction.html
|
|
|