Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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