Добірка наукової літератури з теми "Transaction systems (Computer systems)"
Оформте джерело за APA, MLA, Chicago, Harvard та іншими стилями
Ознайомтеся зі списками актуальних статей, книг, дисертацій, тез та інших наукових джерел на тему "Transaction systems (Computer systems)".
Біля кожної праці в переліку літератури доступна кнопка «Додати до бібліографії». Скористайтеся нею – і ми автоматично оформимо бібліографічне посилання на обрану працю в потрібному вам стилі цитування: APA, MLA, «Гарвард», «Чикаго», «Ванкувер» тощо.
Також ви можете завантажити повний текст наукової публікації у форматі «.pdf» та прочитати онлайн анотацію до роботи, якщо відповідні параметри наявні в метаданих.
Статті в журналах з теми "Transaction systems (Computer systems)"
Кучук, Н. Г., Г. М. Зубрицький, and Г. А. Кучук. "Resource distribution method in computer systems on integrated software platforms." Системи обробки інформації, no. 1 (168) (February 10, 2022): 36–42. http://dx.doi.org/10.30748/soi.2022.168.04.
Повний текст джерелаPolovina, Simon. "A Transaction-Oriented Architecture for Enterprise Systems." International Journal of Intelligent Information Technologies 9, no. 4 (October 2013): 69–79. http://dx.doi.org/10.4018/ijiit.2013100105.
Повний текст джерелаMarifati, Imam Soleh, and 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, no. 2 (July 23, 2019): 33–38. http://dx.doi.org/10.31294/ijse.v4i2.5978.
Повний текст джерелаRUSINKIEWICZ, MAREK, PIOTR KRYCHNIAK, and ANDRZEJ CICHOCKI. "TOWARDS A MODEL FOR MULTIDATABASE TRANSACTIONS." International Journal of Cooperative Information Systems 01, no. 03n04 (December 1992): 579–617. http://dx.doi.org/10.1142/s0218215792000155.
Повний текст джерелаStewart, Brian H. "Transaction exchange management systems for successful systems integration." Computers & Industrial Engineering 17, no. 1-4 (January 1989): 536–41. http://dx.doi.org/10.1016/0360-8352(89)90119-8.
Повний текст джерелаBaldoni, R. "Consistent Checkpointing for Transaction Systems." Computer Journal 44, no. 2 (February 1, 2001): 92–100. http://dx.doi.org/10.1093/comjnl/44.2.92.
Повний текст джерелаAppelbaum, Deniz, and Robert A. Nehmer. "Auditing Cloud-Based Blockchain Accounting Systems." Journal of Information Systems 34, no. 2 (October 25, 2019): 5–21. http://dx.doi.org/10.2308/isys-52660.
Повний текст джерелаAlekhin, V. A. "Designing Electronic Systems Using SystemC and SystemC–AMS." Russian Technological Journal 8, no. 4 (August 6, 2020): 79–95. http://dx.doi.org/10.32362/2500-316x-2020-8-4-79-95.
Повний текст джерелаRaza, Zeeshan, Irfan ul Haq, Muhammad Muneeb, and Omair Shafiq. "Energy Efficient Multiprocessing Solo Mining Algorithms for Public Blockchain Systems." Scientific Programming 2021 (October 31, 2021): 1–13. http://dx.doi.org/10.1155/2021/9996132.
Повний текст джерелаMarjudi, Suziyanti, Roziyani Setik, Raja Mohd Tariqi Raja Lope Ahmad, Wan Azlan Wan Hassan, and Aza Azlina Md Kassim. "Utilization of Business Analytics by SMEs In Halal Supply Chain Management Transactions." JOIV : International Journal on Informatics Visualization 7, no. 2 (May 5, 2023): 407. http://dx.doi.org/10.30630/joiv.7.2.1308.
Повний текст джерелаДисертації з теми "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.
Повний текст джерелаCommittee 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.
Знайти повний текст джерела"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, and 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.
Повний текст джерелаDoctor 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.
Повний текст джерелаCataloged 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.
Повний текст джерелаGao, Shen. "Transaction logging and recovery on phase-change memory." HKBU Institutional Repository, 2013. http://repository.hkbu.edu.hk/etd_ra/1549.
Повний текст джерелаChen, Jianwen. "Data and knowledge transaction in mobile environments." Thesis, View thesis, 2004. http://handle.uws.edu.au:8081/1959.7/806.
Повний текст джерелаSleat, 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/.
Повний текст джерелаDwyer, 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.
Повний текст джерелаGin, Andrew. "Building a Secure Short Duration Transaction Network." Thesis, University of Canterbury. Computer Science and Software Engineering, 2007. http://hdl.handle.net/10092/1188.
Повний текст джерелаКниги з теми "Transaction systems (Computer systems)"
Krishnamurthy, E. V. Transaction processing systems. New York: Prentice Hall, 1991.
Знайти повний текст джерелаBreitbart, Y. Overview of multidatabase transaction management. Stanford, Calif: Stanford University, Dept. of Computer Science, 1992.
Знайти повний текст джерелаInternational Business Machines Corporation. International Technical Support Organization, ed. IBM CICS Explorer. 2nd ed. [Poughkeepsie, NY: IBM Corp., International Technical Support Organization], 2010.
Знайти повний текст джерелаMock, M. Implementing atomic objects with the RelaX transaction facility. (Dublin): Trinity College Dublin, 1992.
Знайти повний текст джерелаClaybrook, Billy G. OLTP, online transaction processing systems. New York: J. Wiley, 1992.
Знайти повний текст джерелаInternational Business Machines Corporation. International Technical Support Organization, ed. The complete guide to CICS transaction gateway: Configuration and administration. Poughkeepsie, NY: IBM Corp., International Technical Support Organization, 2014.
Знайти повний текст джерелаMartin, R. Jason. Transaction processing facility: A guide for application programmers. Englewood Cliffs, N.J: Yourdon Press, 1990.
Знайти повний текст джерелаSoparkar, Nandit R. Time-constrained transaction management: Real-time constraints in database transaction systems. Boston: Kluwer, 1996.
Знайти повний текст джерелаPrimatesta, Fulvio. TUXEDO, an open approach to OLTP. London: Prentice Hall, 1995.
Знайти повний текст джерелаSushil, Jajodia, and Kerschberg Larry, eds. Advanced transaction models and architectures. Boston: Kluwer Academic Publishers, 1997.
Знайти повний текст джерелаЧастини книг з теми "Transaction systems (Computer systems)"
DevirmiŞ, TimuÇin, and ö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.
Повний текст джерелаWang, Jiahong, Jie Li, and 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.
Повний текст джерелаLarkin, Eugene, Alexey Ivutin, Alexander Novikov, and 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.
Повний текст джерелаWietrzyk, Vlad Ingar, and 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.
Повний текст джерелаZhang, Youhui, Liu Dong, Gu Yu, and 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.
Повний текст джерелаSoparkar, Nandit, Henry F. Korth, and 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.
Повний текст джерелаAwan, Malik Khurram, and 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.
Повний текст джерелаTürker, Can, Kerstin Schwarz, and 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.
Повний текст джерелаGünthör, Roger, and 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.
Повний текст джерелаFindenig, Rainer, Thomas Leitner, and 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.
Повний текст джерелаТези доповідей конференцій з теми "Transaction systems (Computer systems)"
Damoah, Dominic, James B. Hayfron-Acquah, Shamo Sebastian, Edward Ansong, Brighter Agyemang, and 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.
Повний текст джерелаPop, Eugen, Mihnea Alexandru Moisescu, and 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.
Повний текст джерелаHunka, Frantisek, and 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.
Повний текст джерелаZhou, Mingxun, Liyi Zeng, Yilin Han, Peilun Li, Fan Long, Dong Zhou, Ivan Beschastnikh, and 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.
Повний текст джерелаDarwish, Saad M., Shawkat K. Guirguis, and 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.
Повний текст джерелаHayden, R., and 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.
Повний текст джерелаHaetzer, Bastian, and 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.
Повний текст джерелаGundebahar, Mucahit, and 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.
Повний текст джерелаNair, Srijit, Sunil Kumar Khatri, and 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.
Повний текст джерелаZhou, Bo, Linfeng Wang, Ning Xu, Nan Xu, Hongshan Zhang, Yanan Wang, and Suhang Yao. "Application of blockchain technology in smarter energy transaction." In International Conference on Intelligent Systems, Communications, and Computer Networks (ISCCN 2022), edited by Tok Wang Ling. SPIE, 2022. http://dx.doi.org/10.1117/12.2652521.
Повний текст джерелаЗвіти організацій з теми "Transaction systems (Computer systems)"
Khandelia, Mukul, and Shuvra S. Bhattacharyya. Contention-Conscious Transaction Ordering in Embedded Multiprocessors Systems. Fort Belvoir, VA: Defense Technical Information Center, March 2000. http://dx.doi.org/10.21236/ada457629.
Повний текст джерелаAbbott, Russell, and Scott Cannon. Adaptive Computer Systems. Fort Belvoir, VA: Defense Technical Information Center, January 2002. http://dx.doi.org/10.21236/ada436050.
Повний текст джерелаSECRETARY OF THE AIR FORCE WASHINGTON DC. Computer Systems Management. Fort Belvoir, VA: Defense Technical Information Center, February 2001. http://dx.doi.org/10.21236/ada405169.
Повний текст джерелаCostich, Oliver, and Sushil Jajodia. Maintaining Multilevel Transaction Atomicity in MLS Database Systems with Kernelized Architecture. Fort Belvoir, VA: Defense Technical Information Center, January 1993. http://dx.doi.org/10.21236/ada465420.
Повний текст джерелаForrest, Stephanie. Automated Diversity in Computer Systems. Fort Belvoir, VA: Defense Technical Information Center, September 2005. http://dx.doi.org/10.21236/ada439916.
Повний текст джерелаHaley, Cornelius J., Steven M. LaFountain, Holly M. Traxler, Dixie B. Baker, and R. Brown. Gould, Inc. Computer Systems Division. Fort Belvoir, VA: Defense Technical Information Center, December 1986. http://dx.doi.org/10.21236/ada208006.
Повний текст джерелаSteinauer, Dennis D. Security of personal computer systems. Gaithersburg, MD: National Bureau of Standards, 1985. http://dx.doi.org/10.6028/nbs.sp.500-120.
Повний текст джерелаPayne, Jerome F. Recapitalization of Tactical Computer Automation Systems. Fort Belvoir, VA: Defense Technical Information Center, April 2002. http://dx.doi.org/10.21236/ada404333.
Повний текст джерелаSatran, J., K. Meth, C. Sapuntzakis, M. Chadalapaka, and E. Zeidner. Internet Small Computer Systems Interface (iSCSI). RFC Editor, April 2004. http://dx.doi.org/10.17487/rfc3720.
Повний текст джерелаAndriole, S. Computer-Aided Systems Engineering. Version 01.00.00. Fort Belvoir, VA: Defense Technical Information Center, June 1994. http://dx.doi.org/10.21236/ada283230.
Повний текст джерела