- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 164 for workerCh (0.16 sec)
-
docs/em/docs/deployment/manually.md
<div class="termy"> ```console $ pip install "hypercorn[trio]" ---> 100% ``` </div> ### ๐ โฎ๏ธ ๐ป โคด๏ธ ๐ ๐ช ๐ถโโ๏ธ ๐ โธ ๐ `--worker-class` โฎ๏ธ ๐ฒ `trio`: <div class="termy"> ```console $ hypercorn main:app --worker-class trio ``` </div> & ๐ ๐ โถ๏ธ Hypercorn โฎ๏ธ ๐ ๐ฑ โ๏ธ ๐ป ๐ฉโ๐ป. ๐ ๐ ๐ช โ๏ธ ๐ป ๐ ๐ ๐ฑ. โ๏ธ ๐, ๐ ๐ช โ๏ธ AnyIO, ๐ง ๐ ๐ ๐ โฎ๏ธ ๐ฏโโ๏ธ ๐ป & โณ. ๐ถ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 4.2K bytes - Viewed (0) -
tensorflow/c/c_api_experimental_test.cc
namespace { TEST(CAPI_EXPERIMENTAL, GetServerDefTest) { const string expected_text_proto(R"(cluster { job { name: "worker" tasks { key: 0 value: "tpuserver:0" } tasks { key: 1 value: "localhost:1" } } } job_name: "worker" task_index: 1 protocol: "grpc" )"); TF_Status* status = TF_NewStatus();
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Jan 17 22:27:52 UTC 2023 - 13.1K bytes - Viewed (0) -
docs/de/docs/deployment/concepts.md
Hier sind einige mรถgliche Kombinationen und Strategien: * **Gunicorn**, welches **Uvicorn-Worker** managt * Gunicorn wรคre der **Prozessmanager**, der die **IP** und den **Port** รผberwacht, die Replikation wรผrde durch **mehrere Uvicorn-Workerprozesse** erfolgen * **Uvicorn**, welches **Uvicorn-Worker** managt
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 20.6K bytes - Viewed (0) -
internal/config/heal/help.go
Optional: true, Type: "int", }, config.HelpKV{ Key: DriveWorkers, Description: `the number of workers per drive to heal a new disk replacement` + defaultHelpPostfix(DriveWorkers), Optional: true, Type: "int", }, }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 11 21:48:54 UTC 2023 - 1.8K bytes - Viewed (0) -
.teamcity/performance-tests-ci.json
"coverage" : { "per_day" : [ "linux", "macOs", "windows" ] } } ] }, { "testId" : "org.gradle.performance.experiment.java.ParallelBuildPerformanceTest.clean assemble with 4 parallel workers", "groups" : [ { "testProject" : "largeJavaMultiProject", "coverage" : { "per_week" : [ "linux" ] } }, { "testProject" : "largeMonolithicJavaProject", "coverage" : {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Sep 12 14:38:24 UTC 2024 - 36.4K bytes - Viewed (0) -
.idea/scopes/Gradle_public_API.xml
</component>...
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Jul 18 15:08:47 UTC 2024 - 1.5K bytes - Viewed (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportAggregationParameter.kt
* limitations under the License. */ package gradlebuild.incubation.action import org.gradle.api.file.ConfigurableFileCollection import org.gradle.api.file.RegularFileProperty import org.gradle.workers.WorkParameters interface IncubatingApiReportAggregationParameter : WorkParameters { val reports: ConfigurableFileCollection val htmlReportFile: RegularFileProperty
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 959 bytes - Viewed (0) -
docs/fr/docs/deployment/manually.md
```console $ pip install "hypercorn[trio]" ---> 100% ``` </div> ### Exรฉcuter avec Trio Ensuite, vous pouvez passer l'option de ligne de commande `--worker-class` avec la valeur `trio`ย : <div class="termy"> ```console $ hypercorn main:app --worker-class trio ``` </div> Et cela dรฉmarrera Hypercorn avec votre application en utilisant Trio comme backend.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 5.3K bytes - Viewed (0) -
internal/config/api/api.go
if err != nil { return cfg, err } if replicationMaxWorkers <= 0 || replicationMaxWorkers > 500 { return cfg, config.ErrInvalidReplicationWorkersValue(nil).Msg("Number of replication workers should be between 1 and 500") } cfg.ReplicationMaxWorkers = replicationMaxWorkers
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Aug 16 08:43:49 UTC 2024 - 11.5K bytes - Viewed (0) -
tensorflow/c/eager/c_api.h
TF_CAPI_EXPORT extern TFE_ContextDevicePlacementPolicy TFE_ContextGetDevicePlacementPolicy(TFE_Context* ctx); // A tensorflow.ServerDef specifies remote workers (in addition to the current // workers name). Operations created in this context can then be executed on // any of these remote workers by setting an appropriate device. // // If the following is set, all servers identified by the // ServerDef must be up when the context is created.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Apr 27 21:07:00 UTC 2023 - 22.8K bytes - Viewed (0)