Browsing English (Canada) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and English (Canada) guidelines.
94103 of 17145 results
94.
Apache HTTP Server - event driven model
Summary
Apache HTTP Server - event driven model
Translated by Dan Klassen
Reviewed by Daniel LeBlanc
Located in Package: apache2-mpm-event
95.
The event MPM is designed to allow more requests to be served simultaneously by passing off some processing work to supporting threads, freeing up the main threads to work on new requests. It is especially suitable for sites that see extensive KeepAlive traffic.
Description
The event MPM is designed to allow more requests to be served simultaneously by passing off some processing work to supporting threads, freeing up the main threads to work on new requests. It is especially suitable for sites that see extensive KeepAlive traffic.
Translated by Dan Klassen
Reviewed by Daniel LeBlanc
Located in Package: apache2-mpm-event
96.
This MPM is experimental and less tested than the worker and prefork MPMs.
Description
This MPM is experimental and less tested than the worker and prefork MPMs.
Translated by Dan Klassen
Reviewed by Daniel LeBlanc
Located in Package: apache2-mpm-event
97.
Apache HTTP Server - traditional non-threaded model
Summary
Apache HTTP Server - traditional non-threaded model
Translated by Dan Klassen
Reviewed by Daniel LeBlanc
Located in Package: apache2-mpm-prefork
98.
The prefork MPM provides a non-threaded implementation using a variable number of processes where each process handles only one connection at the same time. It is not as fast as threaded models, but is considered to be more stable. It is appropriate for sites that need to maintain compatibility with non-thread-safe libraries, and is the best MPM for isolating each request, so that a problem with a single request will not affect any other.
Description
(no translation yet)
Located in Package: apache2-mpm-prefork
99.
Apache HTTP Server - high speed threaded model
Summary
Apache HTTP Server - high speed threaded model
Translated by Dan Klassen
Reviewed by Daniel LeBlanc
Located in Package: apache2-mpm-worker
100.
Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model.
Description
Each Apache Multi-Processing Module provides a different "flavour" of web server binary, compiled with a different processing model.
Translated by Dan Klassen
Reviewed by Daniel LeBlanc
Located in Package: apache2-mpm-worker Package: apache2-mpm-prefork Package: apache2-mpm-event
101.
The worker MPM provides the default threaded implementation. It is recommended especially for high-traffic sites because it is faster and has a smaller memory footprint than the traditional prefork MPM.
Description
The worker MPM provides the default threaded implementation. It is recommended especially for high-traffic sites because it is faster and has a smaller memory footprint than the traditional prefork MPM.
Translated by Dan Klassen
Reviewed by Daniel LeBlanc
Located in Package: apache2-mpm-worker
102.
Apache development headers - non-threaded MPM
Summary
Apache development headers - non-threaded MPM
Translated by Dan Klassen
Reviewed by Daniel LeBlanc
Located in Package: apache2-prefork-dev
103.
This package provides the development headers and apxs2 binary for apache2-mpm-prefork; see the apache2 package description for more details.
Description
This package provides the development headers and apxs2 binary for apache2-mpm-prefork; see the apache2 package description for more details.
Translated by Dan Klassen
Reviewed by Daniel LeBlanc
Located in Package: apache2-prefork-dev
94103 of 17145 results

This translation is managed by Ubuntu English (Canada) Translation Team, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Anthony Harrington, Dan Klassen, Daniel LeBlanc.