Skip to main content

Posts

Showing posts from August, 2017

Real-time storage area network

Abstract A cluster of computing systems is provided with guaranteed real-time access to data storage in a (SAN) Storage Area Network . Processes issue requests for bandwidth reservation which are initially handled by a daemon on the same node as the requesting processes. The local daemon determines whether bandwidth is available and, if so, reserves the bandwidth in common hardware on the local node; then forwards requests for shared resources to a master daemon for the cluster. The master daemon makes similar determinations and reservations for resources shared by the cluster, including data storage elements in the storage area network and grants admission to the requests that don't exceed total available bandwidth. Images:     Description CROSS-REFERENCE TO RELATED APPLICATION(S) This application is related to and claims priority to U.S. provisional application entitled REAL-TIME STORAGE AREA NETWORK having serial No. 60/378,941, by Michael A. Raymond, ...

Bootstrap Multiselect

Bootstrap Multiselect is a jQuery based plugin that allows users to select multilple options from a standard select UI element. Its implementation is quite simple, and in exchange brings a lot of UX value. Examples of Bootstrap Multiselect use: Ingredience choice within pizza delivery system Laptop hardware configuration in online shop Flight booking customization See the following mutliselect dropdown example: ▼                   Choose your country                   USA                   Germany                   France                   Poland                   Japan               Label example ...