safplus7.openclovis.com Open in urlscan Pro
143.198.59.28  Public Scan

URL: http://safplus7.openclovis.com/
Submission: On March 29 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

GET /FrontPage

<form id="searchform" method="get" action="/FrontPage">
  <div>
    <input type="hidden" name="action" value="fullsearch">
    <input type="hidden" name="context" value="180">
    <label for="searchinput" style="display: none;">Search:</label>
    <input id="searchinput" type="text" name="value" value="" size="20" onfocus="searchFocus(this)" onblur="searchBlur(this)" onkeyup="searchChange(this)" onchange="searchChange(this)" alt="Search" class="disabled">
    <input id="titlesearch" name="titlesearch" type="submit" value="Titles" alt="Search Titles" disabled="">
    <input id="fullsearch" name="fullsearch" type="submit" value="Text" alt="Search Full Text" disabled="">
  </div>
</form>

GET /FrontPage

<form class="actionsmenu" method="GET" action="/FrontPage">
  <div>
    <select name="action" onchange="if ((this.selectedIndex != 0) &amp;&amp;
                      (this.options[this.selectedIndex].disabled == false)) {
                this.form.submit();
            }
            this.selectedIndex = 0;">
      <option value="show">More Actions:</option>
      <option value="raw">Raw Text</option>
      <option value="print">Print View</option>
      <option value="RenderAsDocbook">Render as Docbook</option>
      <option value="refresh">Delete Cache</option>
      <option value="show" disabled="" class="disabled">------------------------</option>
      <option value="SpellCheck">Check Spelling</option>
      <option value="LikePages">Like Pages</option>
      <option value="LocalSiteMap">Local Site Map</option>
      <option value="show" disabled="" class="disabled">------------------------</option>
      <option value="RenamePage" disabled="" class="disabled">Rename Page</option>
      <option value="DeletePage" disabled="" class="disabled">Delete Page</option>
      <option value="show" disabled="" class="disabled">------------------------</option>
      <option value="show" disabled="" class="disabled">Subscribe User</option>
      <option value="show" disabled="" class="disabled">------------------------</option>
      <option value="show" disabled="" class="disabled">Remove Spam</option>
      <option value="show" disabled="" class="disabled">Revert to this revision</option>
      <option value="PackagePages">Package Pages</option>
      <option value="SyncPages">Sync Pages</option>
      <option value="show" disabled="" class="disabled">------------------------</option>
      <option value="Load">Load</option>
      <option value="Save">Save</option>
      <option value="SlideShow">SlideShow</option>
    </select>
  </div>
  <script type="text/javascript">
    <!--// Init menu
    actionsMenuInit('More Actions:');
    //
    -->
  </script>
</form>

Text Content

Search:

SAFplus
 * FrontPage


DOCUMENT


FrontPage


SITE

Table of Contents

ObjectMap




GENERAL

 * Design

 * Style




SERVICES

 * Checkpoint

 * Configuration

 * Fault

 * Group

 * Logging

 * Messaging

 * Name




OBJECTS

 * Handle

 * Transaction

 * Checkpoint
   
   * ResourceAssociatedKeyDictionary


WIKI

 * RecentChanges
 * FindPage
 * HelpContents
 * FrontPage


PAGE

 * Immutable Page
 * Comments
 * Info
 * Attachments
 * More Actions:Raw Text Print View Render as Docbook Delete Cache
   ------------------------ Check Spelling Like Pages Local Site Map
   ------------------------ Rename Page Delete Page ------------------------
   Subscribe User ------------------------ Remove Spam Revert to this revision
   Package Pages Sync Pages ------------------------ Load Save SlideShow


USER

 * Login


SAFPLUS 7 DOCUMENTATION

 * Installation Guide

 * Evaluation Guide

 * Availability/Scalability User's Guide

 * Compilation Guide




SAFPLUS 7 MANAGEMENT DOCUMENTATION

 * SAFplus Management Architecture and Features

 * SAFplus Management User's Guide

 * SAFplus Management Developer's Guide




SAFPLUS 7 DESIGN SPECIFICATION

 * Product Brief




DEVELOPMENT TOOLS

 * Cluster Design GUI/Integrated Development Environment

 * Source Code Structure and Makefile System

 * Install and Build




FUNDAMENTAL OBJECTS

 * Handle
   
   * This is a cluster-wide identifier
   
   * GlobalHandleT
     
     * Derives from HandleT, adds a cluster identifier to become globally unique

 * Transaction
   
   * Cross object, node, cluster, transaction

 * Checkpoint (AKA Dictionary, map, or hash table)
   
   * Replicated, nested, persistent, notifiable, shared memory, transactional
     Hash Table
   
   * ResourceAssociatedCheckpoint
     
     * This Dictionary associates a Handle to each key and calls a cleanup
       whenever the resource represented by the Handle disappears (due to a
       fault).

 * ThreadPool
   
   * A group of threads that are applied to a list of tasks.

 * MessageFlowManager
   
   * This class intermediates between the messaging layer (send/receive) and the
     application code. It manages messaging buffers and optimizes frequency of
     message sending verses message size.




SERVICES

 * Logging Applications and other services can log to shared memory. A log
   server will "scrape" the shared memory and post the message to log channels
   and/or files.

 * Messaging Interface with SAFplus 6.x IOC messaging implementation underneath,
   but takes a Handle as a destination

 * Group Group membership and cluster master election

 * Name String name to arbitrary data (generally a Handle)

 * Fault All entities report errors to this centralized fault manager. Only it
   chooses to fault a resource (node or process).

 * Availability Management Core process that starts and monitors applications

 * Remote Procedure Call Fast and efficient RPC subsystem

 * Management Object oriented access to YANG-defined persistent configuration
   and statistics




_

Internal Development

SAFplus: FrontPage (last edited 2016-04-12 00:45:34 by AndrewStone)


 * MoinMoin Powered
 * Python Powered
 * GPL licensed
 * Valid HTML 4.01