U-tube is a dynamic memory management tool for Xen virtualized envi
U-tube monitors the memory usage of each VM to detect its memory pressure, and periodically adjusts its memory allocation via memory hotplug. It is implemented as a loadable device driver to coordinate guest OS’ MMU with underlying hypervisor. In contrast to the popular ballooning mechanism, memory hotplug can dynamically expand a guest OS’s physical memory space beyond its maximum configured at booting time.
Library that contains a collection of different hashmaps. All these hashmaps are based on sharedmemory and are fast. This cuts down development time for projects that need to keep data in sharedmemory.
RT-BOINC stands for a Real-Time BOINC. It was designed for managing highly-interactive, short-term, and massively-parallel real-time applications.
We implemented RT-BOINC on top of the recent BOINC server source codes.
libsharedmem is an easy to use C library for handling sharedmemory blocks on POSIX compatible systems. It also contains malloc()/realloc()/free() -style shared allocation functionality and synchronization primitives. libshmsg adds optionally zero-co
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
CLara is a framework that enables you to access the computing power of many graphics processors in an IP-based network using a kind of Client/Proxy/Server model. Its programming interface conforms to the OpenCL 1.0 standard.
malloc like sharedmemory library based on mapped file. Mapped on same virtual address for all members of shared arena, so allowing pointers into the shared space.
This project designs the oswrap including task scheduler, timer, semaphore, mailbox, wait, memory key components. Support Linux and windows platform and distributed system.
Photon provides very fast access to data containers (queues, maps, etc.) in sharedmemory - it can retrieve millions of data records per second. It also uses some RDB concepts like transactions and crash recovery. See web site for details.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
libdocsis is a shared library suitable for working with DOCSIS option files. The library provides an API to encode/decode/verify DOCSIS option files from a variety of sources including file streams, character buffers, and in-memory mapped locations.
Streamline is a pipelined I/O subsystem for both kernel and application processing on Linux, with 40+ filters for pattern matching, stream reassembly, compression, etc. It exports the pipes, sockets, and pcap interfaces and uses sharedmemory to reduce I
Netsukuku is a P2P network system designed to handle a large number of nodes with minimal CPU and memory resources. It can be easily used to build a worldwide distributed and not controlled network without the support of any ISPs or authority controls.
Operating system project from scratch to design and implement all components from boot strapping,hardware interrupts , memory manger ,file system , etc .
It is an implementation of Tuple-Space by using MPI library. Tuple-space is a logically sharedmemory in many parallel computing. It provides the appearance of a sharedmemory but do not require on underlying physical sharedmemory.
SIMDOS stands for SImple Microkernel Distributed Operating System. SIMDOS is a micro-kernel based operating system which implements the concepts of DistributedSharedMemory at the kernel level to provide seemless addition on cluster nodes.
Balance is a simple but powerful generic tcp proxy with
round robin load balancing and failover mechanisms. Via sharedmemory
its behaviour can be controlled at runtime using a simple command line syntax.
A windowing program on svgalib. Windows are polygonal. Uses binary space partitioning trees. Applications are processes which communicate via sharedmemory. Includes a small demo. Not functional atm.
JVMCluster
Features:
- clusterable Java Virtual Machine (based on PVM)
- uses CPPVM as adapter layer to PVM
- object persistent layer integrated into JVM
- memory management unit is based on integrated relational database
- JDBC/ODBC api to acces
The PSU Mars Rover Software System is a collection of modules connected via sharedmemory space which allow the operation of various sub-systems to control the rover in all of its tasks; especially navigation.
Big5con is a chinese console. This is an alpha version. Supported video card is
VGA only, and, supported fonts are Minix/V and BDF. This program requires
sharedmemory.
C-code that make it easier to fork and execute functions in new processes and then collect the data in the parent process. Mainly intended for MOSIX/openMosix (and other SSI clusters) that lack distributedshared mem.
The mbuff.o module and /dev/mbuff is intended to be used as a sharedmemory device making memory allocated in the kernel using vmalloc possible to map in the user space. It is especially recommended for RT-Linux tasks/user space communication.