28%
05.02.2023
": "cloud", "region": "eu-west1", "zone": "eu-west1a", "min_num_replicas": 1 },
{ "cloud": "cloud", "region": "eu-west1", "zone": "eu-west1n", "min_num_replicas": 1 },
{ "cloud": "cloud", "region
28%
05.12.2016
requirement, but without them, performance suffers because the server has to write the data directly to the target medium.
Amanda supports many tape systems [2] out the box. The backup software takes care
28%
28.11.2022
not only support for common identity federation standards such as OAuth, OpenID Connect [2], and security assertion markup language (SAML), but also web access management for legacy applications
27%
05.12.2016
developers were initially only interested in testing their applications in containers as microservices [2], market players now have initial production experience with the use of containers in large setups
27%
03.04.2024
).
Figure 2: Whereas K3s and MicroK8s use Hostpath as the storage driver with just one container, MicroShift relies on TopoLVM, which grabs eight containers.
The installation on RHEL 9 relies on an RPM
27%
09.01.2013
, because FreeBSD up to version 8 does not provide such a mechanism, the Capsicum environment was created in FreeBSD 9. In addition to a protected environment (sandbox), from which applications can't break
27%
14.10.2019
on the MPI-2 standard. It has been designed to be fairly Pythonic, so if you know Python and understand the basic concepts of MPI, mpi4py
shouldn't be a problem. I am a self-admitted Fortran coder and using
27%
08.08.2014
://zetcode.com/db/mysqlpython/]
[22] A guide to Python frameworks for Hadoop: [http://blog.cloudera.com/blog/2013/01/a-guide-to-python-frameworks-for-hadoop/]
[23] Graphviz: [http://www.graphviz.org]
[24] Matplotlib: [http
27%
03.12.2015
is over and done with as soon as the message is delivered. MQTT enables a decoupled 1-to-n
or 1-to-1 relationship between different devices or programs that do not specifically need to know each other
27%
04.11.2011
only need to port the two inner loops (Listing 2, lines 7 and 9) because the threads process all the required x
and y
values in parallel. I use the built-in clamp()
function (Listing 3, line 42