Kapcsolódó információk:
› Paraméterezési útmutatók
Korábbi változatok
...
Qsboxmegjegyz |
---|
A QSoft által készített Windows (át)telepítő ezeket a választások be lettek építve a telepítő csomagba. |
...
Függelék:
Összehasonlítás:
/ https://firebirdsql.org/manual/qsg25-appx-architectures.html /
Table A..1. Classic, SuperClassic and Superserver characteristics
Classic Server | SuperClassic | Superserver | |
---|---|---|---|
Processes | A listener process ( | A single process ( | A single process ( |
Cache | Each server process (= each connection) has its own cache. | Separate cache spaces for each connection. | A shared cache space for all connections. |
Local connections (Linux) | Applications can use the | All local connections are made via the network layer, using | |
Local connections (Windows) | On Windows, all variants support safe and reliable local connections using the | ||
Simultaneous access by multiple engines | Classic and SuperClassic use a shared lock system. This allows access by multiple servers (e.g. a regular server and one or more embedded servers) at the same time. | Superserver acquires an exclusive lock on the database file. No other processes can access the database during the same time. | |
Multiprocessor / multicore | SMP (symmetrical multi-processing) is supported out of the box. The Unlike Superserver, Classic and SuperClassic can also assign multiple connections to the same database to different processors. | Windows Superserver defaults to using the first logical processor only, because prior to 2.5 it performed badly on SMP systems. To make use of all your processors, set the Linux Superserver ignores | |
Guardian (Linux) | The Guardian isn't used: | SuperClassic and Superserver are single-process servers, which can be watched over by the Guardian. | |
Guardian (Windows) | When run as a Windows application (as opposed to a service), you can't use the Firebird Guardian. Note that running Firebird as an application is the only option on Windows 9x–ME. The Windows installer doesn't offer the Guardian option at all for Classic/SuperClassic. | Can be used with the Guardian on Windows, whether run as an application or as a service. | |
Events | As of version 2.5, all models can use Fiebird events under all circumstances. If the server is behind a firewall or if connections are made through a secure tunnel, a specific events port has to be assigned to the |
The differences listed above result in the following pros and cons of the various models:
...
As mentioned earlier in this guide, you can always switch models later. De-installing and installing another server is usually a matter of minutes, and your applications and databases will keep functioning like before. The differences are in the servers only, not in the databases. All Firebird databases have the same architecture and can be accessed by any type of Firebird server.