Inhaltsverzeichnis
Auswahl der wissenschaftlichen Literatur zum Thema „Transaction systems (Computer systems)“
Geben Sie eine Quelle nach APA, MLA, Chicago, Harvard und anderen Zitierweisen an
Machen Sie sich mit den Listen der aktuellen Artikel, Bücher, Dissertationen, Berichten und anderer wissenschaftlichen Quellen zum Thema "Transaction systems (Computer systems)" bekannt.
Neben jedem Werk im Literaturverzeichnis ist die Option "Zur Bibliographie hinzufügen" verfügbar. Nutzen Sie sie, wird Ihre bibliographische Angabe des gewählten Werkes nach der nötigen Zitierweise (APA, MLA, Harvard, Chicago, Vancouver usw.) automatisch gestaltet.
Sie können auch den vollen Text der wissenschaftlichen Publikation im PDF-Format herunterladen und eine Online-Annotation der Arbeit lesen, wenn die relevanten Parameter in den Metadaten verfügbar sind.
Zeitschriftenartikel zum Thema "Transaction systems (Computer systems)"
Кучук, Н. Г., Г. М. Зубрицький und Г. А. Кучук. „Resource distribution method in computer systems on integrated software platforms“. Системи обробки інформації, Nr. 1 (168) (10.02.2022): 36–42. http://dx.doi.org/10.30748/soi.2022.168.04.
Der volle Inhalt der QuellePolovina, Simon. „A Transaction-Oriented Architecture for Enterprise Systems“. International Journal of Intelligent Information Technologies 9, Nr. 4 (Oktober 2013): 69–79. http://dx.doi.org/10.4018/ijiit.2013100105.
Der volle Inhalt der QuelleMarifati, Imam Soleh, und Vadlya Maarif. „Sistem Informasi Akuntansi Pemesanan dan Pembayaran (Ordering and Billing) Makanan dan Minuman Berbasis Android Pada RM. Ayam Goreng “Padamara” Purbalingga“. Indonesian Journal on Software Engineering (IJSE) 4, Nr. 2 (23.07.2019): 33–38. http://dx.doi.org/10.31294/ijse.v4i2.5978.
Der volle Inhalt der QuelleRUSINKIEWICZ, MAREK, PIOTR KRYCHNIAK und ANDRZEJ CICHOCKI. „TOWARDS A MODEL FOR MULTIDATABASE TRANSACTIONS“. International Journal of Cooperative Information Systems 01, Nr. 03n04 (Dezember 1992): 579–617. http://dx.doi.org/10.1142/s0218215792000155.
Der volle Inhalt der QuelleStewart, Brian H. „Transaction exchange management systems for successful systems integration“. Computers & Industrial Engineering 17, Nr. 1-4 (Januar 1989): 536–41. http://dx.doi.org/10.1016/0360-8352(89)90119-8.
Der volle Inhalt der QuelleBaldoni, R. „Consistent Checkpointing for Transaction Systems“. Computer Journal 44, Nr. 2 (01.02.2001): 92–100. http://dx.doi.org/10.1093/comjnl/44.2.92.
Der volle Inhalt der QuelleAppelbaum, Deniz, und Robert A. Nehmer. „Auditing Cloud-Based Blockchain Accounting Systems“. Journal of Information Systems 34, Nr. 2 (25.10.2019): 5–21. http://dx.doi.org/10.2308/isys-52660.
Der volle Inhalt der QuelleAlekhin, V. A. „Designing Electronic Systems Using SystemC and SystemC–AMS“. Russian Technological Journal 8, Nr. 4 (06.08.2020): 79–95. http://dx.doi.org/10.32362/2500-316x-2020-8-4-79-95.
Der volle Inhalt der QuelleRaza, Zeeshan, Irfan ul Haq, Muhammad Muneeb und Omair Shafiq. „Energy Efficient Multiprocessing Solo Mining Algorithms for Public Blockchain Systems“. Scientific Programming 2021 (31.10.2021): 1–13. http://dx.doi.org/10.1155/2021/9996132.
Der volle Inhalt der QuelleMarjudi, Suziyanti, Roziyani Setik, Raja Mohd Tariqi Raja Lope Ahmad, Wan Azlan Wan Hassan und Aza Azlina Md Kassim. „Utilization of Business Analytics by SMEs In Halal Supply Chain Management Transactions“. JOIV : International Journal on Informatics Visualization 7, Nr. 2 (05.05.2023): 407. http://dx.doi.org/10.30630/joiv.7.2.1308.
Der volle Inhalt der QuelleDissertationen zum Thema "Transaction systems (Computer systems)"
Yoo, Richard M. „Adaptive transaction scheduling for transactional memory systems“. Thesis, Atlanta, Ga. : Georgia Institute of Technology, 2008. http://hdl.handle.net/1853/22587.
Der volle Inhalt der QuelleCommittee Chair: Lee, Hsien-Hsin; Committee Member: Blough, Douglas; Committee Member: Yalamanchili, Sudhakar.
Prabhu, Nitin Kumar Vijay. „Transaction processing in Mobile Database System“. Diss., UMK access, 2006.
Den vollen Inhalt der Quelle finden"A dissertation in computer science and informatics and telecommunications and computer networking." Advisor: Vijay Kumar. Typescript. Vita. Title from "catalog record" of the print edition Description based on contents viewed Nov. 9, 2007. Includes bibliographical references (leaves 152-157). Online version of the print edition.
Chen, Jianwen, University of Western Sydney, of Science Technology and Environment College und School of Computing and Information Technology. „Data and knowledge transaction in mobile environments“. THESIS_CSTE_CIT_Chen_J.xml, 2004. http://handle.uws.edu.au:8081/1959.7/806.
Der volle Inhalt der QuelleDoctor of Philosophy (PhD) (Science)
Xia, Yu S. M. Massachusetts Institute of Technology. „Logical timestamps in distributed transaction processing systems“. Thesis, Massachusetts Institute of Technology, 2018. https://hdl.handle.net/1721.1/122877.
Der volle Inhalt der QuelleCataloged from PDF version of thesis.
Includes bibliographical references (pages 73-79).
Distributed transactions are such transactions with remote data access. They usually suffer from high network latency (compared to the internal overhead) during data operations on remote data servers, and therefore lengthen the entire transaction executiont time. This increases the probability of conflicting with other transactions, causing high abort rates. This, in turn, causes poor performance. In this work, we constructed Sundial, a distributed concurrency control algorithm that applies logical timestamps seaminglessly with a cache protocol, and works in a hybrid fashion where an optimistic approach is combined with lock-based schemes. Sundial tackles the inefficiency problem in two ways. Firstly, Sundial decides the order of transactions on the fly. Transactions get their commit timestamp according to their data access traces. Each data item in the database has logical leases maintained by the system. A lease corresponds to a version of the item. At any logical time point, only a single transaction holds the 'lease' for any particular data item. Therefore, lease holders do not have to worry about someone else writing to the item because in the logical timeline, the data writer needs to acquire a new lease which is disjoint from the holder's. This lease information is used to calculate the logical commit time for transactions. Secondly, Sundial has a novel caching scheme that works together with logical leases. The scheme allows the local data server to automatically cache data from the remote server while preserving data coherence. We benchmarked Sundial along with state-of-the-art distributed transactional concurrency control protocols. On YCSB, Sundial outperforms the second best protocol by 57% under high data access contention. On TPC-C, Sundial has a 34% improvement over the state-of-the-art candidate. Our caching scheme has performance gain comparable with hand-optimized data replication. With high access skew, it speeds the workload by up to 4.6 x.
"This work was supported (in part) by the U.S. National Science Foundation (CCF-1438955)"
by Yu Xia.
S.M.
S.M. Massachusetts Institute of Technology, Department of Electrical Engineering and Computer Science
Tang, Rong. „Transaction management in peer-to-peer multidatabase systems“. Thesis, University of Ottawa (Canada), 2005. http://hdl.handle.net/10393/27055.
Der volle Inhalt der QuelleGao, Shen. „Transaction logging and recovery on phase-change memory“. HKBU Institutional Repository, 2013. http://repository.hkbu.edu.hk/etd_ra/1549.
Der volle Inhalt der QuelleChen, Jianwen. „Data and knowledge transaction in mobile environments“. Thesis, View thesis, 2004. http://handle.uws.edu.au:8081/1959.7/806.
Der volle Inhalt der QuelleSleat, Philip M. „A static, transaction based design methodology for hard real-time systems“. Thesis, City, University of London, 1991. http://openaccess.city.ac.uk/17414/.
Der volle Inhalt der QuelleDwyer, Barry. „Automatic design of batch processing systems“. Title page, abstract, table of contents and introduction only, 1999. http://web4.library.adelaide.edu.au/theses/09PH/09phd993.pdf.
Der volle Inhalt der QuelleGin, Andrew. „Building a Secure Short Duration Transaction Network“. Thesis, University of Canterbury. Computer Science and Software Engineering, 2007. http://hdl.handle.net/10092/1188.
Der volle Inhalt der QuelleBücher zum Thema "Transaction systems (Computer systems)"
Krishnamurthy, E. V. Transaction processing systems. New York: Prentice Hall, 1991.
Den vollen Inhalt der Quelle findenBreitbart, Y. Overview of multidatabase transaction management. Stanford, Calif: Stanford University, Dept. of Computer Science, 1992.
Den vollen Inhalt der Quelle findenInternational Business Machines Corporation. International Technical Support Organization, Hrsg. IBM CICS Explorer. 2. Aufl. [Poughkeepsie, NY: IBM Corp., International Technical Support Organization], 2010.
Den vollen Inhalt der Quelle findenMock, M. Implementing atomic objects with the RelaX transaction facility. (Dublin): Trinity College Dublin, 1992.
Den vollen Inhalt der Quelle findenClaybrook, Billy G. OLTP, online transaction processing systems. New York: J. Wiley, 1992.
Den vollen Inhalt der Quelle findenInternational Business Machines Corporation. International Technical Support Organization, Hrsg. The complete guide to CICS transaction gateway: Configuration and administration. Poughkeepsie, NY: IBM Corp., International Technical Support Organization, 2014.
Den vollen Inhalt der Quelle findenMartin, R. Jason. Transaction processing facility: A guide for application programmers. Englewood Cliffs, N.J: Yourdon Press, 1990.
Den vollen Inhalt der Quelle findenSoparkar, Nandit R. Time-constrained transaction management: Real-time constraints in database transaction systems. Boston: Kluwer, 1996.
Den vollen Inhalt der Quelle findenPrimatesta, Fulvio. TUXEDO, an open approach to OLTP. London: Prentice Hall, 1995.
Den vollen Inhalt der Quelle findenSushil, Jajodia, und Kerschberg Larry, Hrsg. Advanced transaction models and architectures. Boston: Kluwer Academic Publishers, 1997.
Den vollen Inhalt der Quelle findenBuchteile zum Thema "Transaction systems (Computer systems)"
DevirmiŞ, TimuÇin, und özgür Ulusoy. „A transaction model for multidatabase systems“. In Lecture Notes in Computer Science, 862–65. Berlin, Heidelberg: Springer Berlin Heidelberg, 1996. http://dx.doi.org/10.1007/bfb0024787.
Der volle Inhalt der QuelleWang, Jiahong, Jie Li und Hisao Kameda. „Scheduling algorithms for parallel transaction processing systems“. In Lecture Notes in Computer Science, 283–97. Berlin, Heidelberg: Springer Berlin Heidelberg, 1997. http://dx.doi.org/10.1007/3-540-63371-5_29.
Der volle Inhalt der QuelleLarkin, Eugene, Alexey Ivutin, Alexander Novikov und Anna Troshina. „Transaction Flows in Multi-agent Swarm Systems“. In Lecture Notes in Computer Science, 43–52. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-93818-9_5.
Der volle Inhalt der QuelleWietrzyk, Vlad Ingar, und Venkat Ramaswamy. „Real-time transaction scheduling in database systems“. In Lecture Notes in Computer Science, 633–43. Berlin, Heidelberg: Springer Berlin Heidelberg, 1996. http://dx.doi.org/10.1007/bfb0034717.
Der volle Inhalt der QuelleZhang, Youhui, Liu Dong, Gu Yu und Dongsheng Wang. „Exploring Design Space Using Transaction Level Models“. In Advances in Computer Systems Architecture, 589–99. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/11572961_48.
Der volle Inhalt der QuelleSoparkar, Nandit, Henry F. Korth und Avi Silberschatz. „Autonomous Transaction Managers in Responsive Computing“. In Responsive Computer Systems: Steps Toward Fault-Tolerant Real-Time Systems, 167–86. Boston, MA: Springer US, 1995. http://dx.doi.org/10.1007/978-1-4615-2271-3_9.
Der volle Inhalt der QuelleAwan, Malik Khurram, und Agostino Cortesi. „Blockchain Transaction Analysis Using Dominant Sets“. In Computer Information Systems and Industrial Management, 229–39. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-59105-6_20.
Der volle Inhalt der QuelleTürker, Can, Kerstin Schwarz und Gunter Saake. „Global Transaction Termination Rules in Composite Database Systems“. In Lecture Notes in Computer Science, 122–39. Berlin, Heidelberg: Springer Berlin Heidelberg, 2000. http://dx.doi.org/10.1007/3-540-45033-5_9.
Der volle Inhalt der QuelleGünthör, Roger, und Stefan Jablonski. „Transaction-based application integration in workflow management systems“. In Lecture Notes in Computer Science, 456–66. Berlin, Heidelberg: Springer Berlin Heidelberg, 1996. http://dx.doi.org/10.1007/bfb0034701.
Der volle Inhalt der QuelleFindenig, Rainer, Thomas Leitner und Wolfgang Ecker. „Transaction-Level Modeling and Refinement Using State Charts“. In Computer Aided Systems Theory - EUROCAST 2013, 134–41. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-53856-8_17.
Der volle Inhalt der QuelleKonferenzberichte zum Thema "Transaction systems (Computer systems)"
Damoah, Dominic, James B. Hayfron-Acquah, Shamo Sebastian, Edward Ansong, Brighter Agyemang und Roy Villafane. „Transaction recovery in federated distributed database systems“. In 2014 International Conference on Computer Communication & Systems (ICCCS). IEEE, 2014. http://dx.doi.org/10.1109/icccs.2014.7068178.
Der volle Inhalt der QuellePop, Eugen, Mihnea Alexandru Moisescu und Ioan Stefan Sacala. „A Cyber-Physical Systems Oriented Transaction Platform“. In 2017 21st International Conference on Control Systems and Computer Science (CSCS). IEEE, 2017. http://dx.doi.org/10.1109/cscs.2017.76.
Der volle Inhalt der QuelleHunka, Frantisek, und Roman Belunek. „Transaction Based Business Process Modeling“. In 2015 Federated Conference on Computer Science and Information Systems. IEEE, 2015. http://dx.doi.org/10.15439/2015f149.
Der volle Inhalt der QuelleZhou, Mingxun, Liyi Zeng, Yilin Han, Peilun Li, Fan Long, Dong Zhou, Ivan Beschastnikh und Ming Wu. „Mercury: Fast Transaction Broadcast in High Performance Blockchain Systems“. In IEEE INFOCOM 2023 - IEEE Conference on Computer Communications. IEEE, 2023. http://dx.doi.org/10.1109/infocom53939.2023.10228972.
Der volle Inhalt der QuelleDarwish, Saad M., Shawkat K. Guirguis und Mahmoud M. Ghozlan. „Intrusion detection in role administrated database: Transaction-based approach“. In 2013 8th International Conference on Computer Engineering & Systems (ICCES). IEEE, 2013. http://dx.doi.org/10.1109/icces.2013.6707175.
Der volle Inhalt der QuelleHayden, R., und J. T. Bradley. „Shared Transaction Markov Chains for fluid analysis of massively parallel systems“. In amp; Simulation of Computer and Telecommunication Systems (MASCOTS). IEEE, 2009. http://dx.doi.org/10.1109/mascot.2009.5367050.
Der volle Inhalt der QuelleHaetzer, Bastian, und Martin Radetzki. „Asynchronous parallel simulation with transaction events“. In 2014 International Conference on Embedded Computer Systems: Architectures, Modeling, and Simulation (SAMOS XIV). IEEE, 2014. http://dx.doi.org/10.1109/samos.2014.6893217.
Der volle Inhalt der QuelleGundebahar, Mucahit, und Sinem Zeynep Bastas. „Periodic transaction processing architecture with high performance in financial systems“. In 2013 International Conference on Technological Advances in Electrical, Electronics and Computer Engineering (TAEECE). IEEE, 2013. http://dx.doi.org/10.1109/taeece.2013.6557303.
Der volle Inhalt der QuelleNair, Srijit, Sunil Kumar Khatri und Himanshu Gupta. „A Model to Enhance Security Of Digital Transaction“. In 2019 4th International Conference on Information Systems and Computer Networks (ISCON). IEEE, 2019. http://dx.doi.org/10.1109/iscon47742.2019.9036225.
Der volle Inhalt der QuelleZhou, Bo, Linfeng Wang, Ning Xu, Nan Xu, Hongshan Zhang, Yanan Wang und Suhang Yao. „Application of blockchain technology in smarter energy transaction“. In International Conference on Intelligent Systems, Communications, and Computer Networks (ISCCN 2022), herausgegeben von Tok Wang Ling. SPIE, 2022. http://dx.doi.org/10.1117/12.2652521.
Der volle Inhalt der QuelleBerichte der Organisationen zum Thema "Transaction systems (Computer systems)"
Khandelia, Mukul, und Shuvra S. Bhattacharyya. Contention-Conscious Transaction Ordering in Embedded Multiprocessors Systems. Fort Belvoir, VA: Defense Technical Information Center, März 2000. http://dx.doi.org/10.21236/ada457629.
Der volle Inhalt der QuelleAbbott, Russell, und Scott Cannon. Adaptive Computer Systems. Fort Belvoir, VA: Defense Technical Information Center, Januar 2002. http://dx.doi.org/10.21236/ada436050.
Der volle Inhalt der QuelleSECRETARY OF THE AIR FORCE WASHINGTON DC. Computer Systems Management. Fort Belvoir, VA: Defense Technical Information Center, Februar 2001. http://dx.doi.org/10.21236/ada405169.
Der volle Inhalt der QuelleCostich, Oliver, und Sushil Jajodia. Maintaining Multilevel Transaction Atomicity in MLS Database Systems with Kernelized Architecture. Fort Belvoir, VA: Defense Technical Information Center, Januar 1993. http://dx.doi.org/10.21236/ada465420.
Der volle Inhalt der QuelleForrest, Stephanie. Automated Diversity in Computer Systems. Fort Belvoir, VA: Defense Technical Information Center, September 2005. http://dx.doi.org/10.21236/ada439916.
Der volle Inhalt der QuelleHaley, Cornelius J., Steven M. LaFountain, Holly M. Traxler, Dixie B. Baker und R. Brown. Gould, Inc. Computer Systems Division. Fort Belvoir, VA: Defense Technical Information Center, Dezember 1986. http://dx.doi.org/10.21236/ada208006.
Der volle Inhalt der QuelleSteinauer, Dennis D. Security of personal computer systems. Gaithersburg, MD: National Bureau of Standards, 1985. http://dx.doi.org/10.6028/nbs.sp.500-120.
Der volle Inhalt der QuellePayne, Jerome F. Recapitalization of Tactical Computer Automation Systems. Fort Belvoir, VA: Defense Technical Information Center, April 2002. http://dx.doi.org/10.21236/ada404333.
Der volle Inhalt der QuelleSatran, J., K. Meth, C. Sapuntzakis, M. Chadalapaka und E. Zeidner. Internet Small Computer Systems Interface (iSCSI). RFC Editor, April 2004. http://dx.doi.org/10.17487/rfc3720.
Der volle Inhalt der QuelleAndriole, S. Computer-Aided Systems Engineering. Version 01.00.00. Fort Belvoir, VA: Defense Technical Information Center, Juni 1994. http://dx.doi.org/10.21236/ada283230.
Der volle Inhalt der Quelle