Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
mserver - Maple kernel process
Description
The Maple kernel, which performs fundamental operations, is the core of Maple. The kernel is primarily responsible for interpreting the Maple programming language and representing Maple data structures. The kernel performs basic operations on data structures and low-level math algorithms. Most Maple mathematical functionality is contained in the Maple library, which is written in the Maple language.
A variety of supporting tasks are also performed in the kernel. For example, the kernel performs memory management, file I/O, access to system calls, math library and help database support, and remote process communication.
The kernel runs as a separate process from the user interface. This allows a single user interface to use multiple kernels in parallel and mixed kernel modes, or multiple user interfaces to use one kernel, as is the case with Maplets.
The kernel executable is mserver.exe on Windows (mserver on all other platforms). As of Maple 12, the single-threaded and multi-threaded engines have been merged into one, which has both a single-threaded (default) and a multi-threaded mode; see Multithreaded for more information. This executable starts automatically in the background when Maple starts. It communicates with the user interface over a TCP/IP socket. The socket connection is secure; it is local to the machine running Maple and cannot be accessed from other machines on the network.
See Also
kernel modes, library, maple, Maplets, multithreaded, Sockets
Download Help Document