Skip to main content

MaXX fileservice

◀◀ Top  

Introduction

MaXX File Service (MaXXfs) is a High Performance and multi-threaded file-system service optimized for multi-core systems that supports CPU core affinity and partitioning for maximum IO performance and efficiency.


Here are the requirements for MaXXfs:

  • provide robust and secured file-system operations
  • support asynchronous operations with a Fire and Monitor task paradigm
  • can support multi-threaded IO optimization based on hardware and file-system type
  • support task progress notification via MaXXlinks
  • support task cancellation
  • provide directory and file monitoring with notification via MaXXlinks

 

Development

MaXXfs is build in modern C++ and leverage hardware and file-system type optimizations.

Refer to MaXXfs Framework documentation for more detail.

 

 

◀◀ Top