2020-06-12 22:01:38 +02:00
|
|
|
# Portal And Server
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Evennia consists of two processes, known as *Portal* and *Server*. They can be controlled from
|
2020-07-12 20:01:44 +02:00
|
|
|
inside the game or from the command line as described [here](./Start-Stop-Reload).
|
2020-06-12 22:01:38 +02:00
|
|
|
|
|
|
|
|
If you are new to the concept, the main purpose of separating the two is to have accounts connect to
|
|
|
|
|
the Portal but keep the MUD running on the Server. This way one can restart/reload the game (the
|
|
|
|
|
Server part) without Accounts getting disconnected.
|
|
|
|
|
|
2020-10-11 19:31:05 +02:00
|
|
|

|
2020-06-12 22:01:38 +02:00
|
|
|
|
|
|
|
|
The Server and Portal are glued together via an AMP (Asynchronous Messaging Protocol) connection.
|
|
|
|
|
This allows the two programs to communicate seamlessly.
|