中文
相关论文

相关论文: AnyCall: Fast and Flexible System-Call Aggregation

200 篇论文

With rapid improvements in NVM storage devices, the performance bottleneck is gradually shifting to the network, thus giving rise to the notion of "data movement wall". To reduce the amount of data movement over the network, researchers…

分布式、并行与集群计算 · 计算机科学 2020-02-27 Kornilios Kourtis , Animesh Trivedi , Nikolas Ioannou

Group communication implies a many-to-many communication and it goes beyond both one-to-one communication (i.e., unicast) and one-to-many communication (i.e., multicast). Unlike most user authentication protocols that authenticate a single…

密码学与安全 · 计算机科学 2013-06-07 Lein Harn , Changlu Lin

The endless stream of vulnerabilities urgently calls for principled mitigation to confine the effect of exploitation. However, the monolithic architecture of commodity OS kernels, like the Linux kernel, allows an attacker to compromise the…

密码学与安全 · 计算机科学 2024-09-17 Yinggang Guo , Zicheng Wang , Weiheng Bai , Qingkai Zeng , Kangjie Lu

This paper introduces OneClock, a generic approach for using time in networked applications. OneClock provides two basic time-triggered primitives: the ability to schedule an operation at a remote host or device, and the ability to receive…

网络与互联网体系结构 · 计算机科学 2016-07-06 Tal Mizrahi , Yoram Moses

Current computational systems are heterogeneous by nature, featuring a combination of CPUs and GPUs. As the latter are becoming an established platform for high-performance computing, the focus is shifting towards the seamless programming…

分布式、并行与集群计算 · 计算机科学 2015-10-23 Fábio Soldado , Fernando Alexandre , Hervé Paulino

Crucial in the performance of microservice applications is the efficient handling of RPC calls. We found that the asynchronous call implementation in a popular microservice benchmark suite, DeathStarBench, causes a bottleneck in thread…

分布式、并行与集群计算 · 计算机科学 2022-09-28 Stijn Eyerman , Ibrahim Hur

Over the last years, security kernels have played a promising role in reshaping the landscape of platform security on today's ubiquitous embedded devices. Security kernels, such as separation kernels, enable constructing high-assurance…

密码学与安全 · 计算机科学 2020-05-07 Hamed Nemati

Asynchronous programming is a ubiquitous systems programming idiom to manage concurrent interactions with the environment. In this style, instead of waiting for time-consuming operations to complete, the programmer makes a non-blocking call…

计算机科学中的逻辑 · 计算机科学 2015-03-17 Pierre Ganty , Rupak Majumdar

Almost all of the current process scheduling algorithms which are used in modern operating systems (OS) have their roots in the classical scheduling paradigms which were developed during the 1970's. But modern computers have different types…

操作系统 · 计算机科学 2010-12-16 Mohammad R Nikseresht , Anil Somayaji , Anil Maheshwari

Kernel audit logs are an invaluable source of information in the forensic investigation of a cyber-attack. However, the coarse granularity of dependency information in audit logs leads to the construction of huge attack graphs which contain…

密码学与安全 · 计算机科学 2018-10-16 Sadegh M. Milajerdi , Birhanu Eshete , Rigel Gjomemo , V. N. Venkatakrishnan

A computing job in a big data system can take a long time to run, especially for pipelined executions on data streams. Developers often need to change the computing logic of the job such as fixing a loophole in an operator or changing the…

数据库 · 计算机科学 2022-10-20 Zuozhi Wang , Shengquan Ni , Avinash Kumar , Chen Li

Function calling, also known as tool use, is a core capability of modern LLM agents but is typically constrained by synchronous execution semantics. Under these semantics, LLM decoding is blocked until each function call completes,…

计算与语言 · 计算机科学 2026-05-15 Guangyu Feng , Huanzhi Mao , Prabal Dutta , Joseph E. Gonzalez

Deterministic execution offers many benefits for debugging, fault tolerance, and security. Running parallel programs deterministically is usually difficult and costly, however - especially if we desire system-enforced determinism, ensuring…

操作系统 · 计算机科学 2010-05-20 Amittai Aviram , Shu-Chun Weng , Sen Hu , Bryan Ford

This paper presents a multithread and efficient cryptographic hardware access (MECHA) for efficient and fast cryptographic operations that eliminates the need for context switching. Utilizing a UNIX domain socket, MECHA manages multiple…

密码学与安全 · 计算机科学 2025-06-19 Pratama Derry , Laksmono Agus Mahardika Ari , Iqbal Muhammad , Howon Kim

The performance of data intensive applications is often dominated by their input/output (I/O) operations but the I/O stack of systems is complex and severely depends on system specific settings and hardware components. This situation makes…

性能 · 计算机科学 2023-06-12 Masoud Gholami , Florian Schintke

Efficient wideband spectrum sensing requires rapid evaluation and re-evaluation of signal presence and type across multiple subchannels. These tasks involve multiple hypothesis testing, where each hypothesis is implemented as a decision…

新兴技术 · 计算机科学 2025-07-29 H. Umut Suluhan , Jiahao Lin , Serhan Gener , Chaitali Chakrabarti , Umit Ogras , Ali Akoglu

In the multicore era, the time to computational results is increasingly determined by how quickly operands are accessed by cores, rather than by the speed of computation per operand. From high-performance computing (HPC) to mobile…

其他计算机科学 · 计算机科学 2013-03-21 Albert Wegener

The proliferation of ubiquitous computing requires energy-efficient as well as secure operation of modern processors. Side channel attacks are becoming a critical threat to security and privacy of devices embedded in modern computing…

密码学与安全 · 计算机科学 2019-07-11 Nikhil Chawla , Arvind Singh , Monodeep Kar , Saibal Mukhopadhyay

Nowadays, tiered architectures are widely accepted for constructing large scale information systems. In this context application servers often form the bottleneck for a system's efficiency. An application server exposes an object oriented…

数据库 · 计算机科学 2007-05-23 Daniel Pfeifer , Peter C. Lockemann

Heterogeneous multi-core systems such as big/little architectures have been introduced as an attractive server design option with the potential to improve performance under power constraints in data centres. Since both big high-performing…

分布式、并行与集群计算 · 计算机科学 2019-12-23 Rajiv Nishtala , Vinicius Petrucci , Paul Carpenter , Xavier Martorell