- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 462 for Prozess (0.44 sec)
-
docs/de/docs/deployment/concepts.md
* Andere ... ## Replikation – Prozesse und Arbeitsspeicher Wenn Sie eine FastAPI-Anwendung verwenden und ein Serverprogramm wie Uvicorn verwenden, kann **ein einzelner Prozess** mehrere Clients gleichzeitig bedienen. In vielen Fällen möchten Sie jedoch mehrere Prozesse gleichzeitig ausführen. ### Mehrere Prozesse – Worker
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 20.6K bytes - Viewed (0) -
docs/de/docs/deployment/https.md
Da an diesem Port nur ein Prozess lauschen kann, wäre der Prozess, der dies tun würde, der **TLS-Terminierungsproxy**. Der TLS-Terminierungsproxy hätte Zugriff auf ein oder mehrere **TLS-Zertifikate** (HTTPS-Zertifikate).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 13.6K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
errors.app.illegal.transition = Ungültiger Übergang. Bitte versuchen Sie es erneut. errors.app.db.already.deleted = Es wurde möglicherweise von einem anderen Prozess gelöscht. Bitte versuchen Sie den Vorgang erneut. errors.app.db.already.updated = Es wurde möglicherweise von einem anderen Prozess aktualisiert. Bitte versuchen Sie den Vorgang erneut. errors.app.db.already.exists = Die Daten sind bereits vorhanden. Bitte versuchen Sie den Vorgang erneut.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
docs/de/docs/tutorial/security/oauth2-jwt.md
Aber es bietet Ihnen die Werkzeuge, um den Prozess so weit wie möglich zu vereinfachen, ohne Kompromisse bei Flexibilität, Robustheit oder Sicherheit einzugehen. Und Sie können sichere Standardprotokolle wie OAuth2 auf relativ einfache Weise verwenden und implementieren.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 12.1K bytes - Viewed (0) -
docs/en/docs/img/deployment/concepts/process-ram.drawio.svg
process-ram.drawio.svg...
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 24.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/JobProcess.java
* @param bufferSize the buffer size for reading process output * @param outputCallback the callback function to handle process output lines */ public JobProcess(final Process process, final int bufferSize, final Consumer<String> outputCallback) { this.process = process; inputStreamThread = new InputStreamThread(process.getInputStream(), Constants.CHARSET_UTF_8, bufferSize, outputCallback); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exec/ThumbnailGeneratorTest.java
// Test process method without properties path ThumbnailGenerator.Options options = new ThumbnailGenerator.Options(); options.numOfThreads = 2; options.cleanup = true; // Setup mock components setupMockComponents(); Method processMethod = ThumbnailGenerator.class.getDeclaredMethod("process", ThumbnailGenerator.Options.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0) -
docs/en/docs/deployment/https.md
<img src="/img/deployment/https/https05.drawio.svg"> ### HTTP Response { #http-response } The application would process the request and send a **plain (unencrypted) HTTP response** to the TLS Termination Proxy.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 19:34:08 UTC 2025 - 14.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ProcessHelper.java
} catch (final IOException e) { throw new JobProcessingException("Crawler Process terminated.", e); } } /** * Destroys the process associated with the given session ID. * * @param sessionId unique identifier for the process session * @return exit code of the destroyed process, or -1 if the process was not found */ public int destroyProcess(final String sessionId) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtStatus.java
int NT_STATUS_OBJECT_PATH_NOT_FOUND = 0xC000003a; /** The object path syntax is bad */ int NT_STATUS_OBJECT_PATH_SYNTAX_BAD = 0xC000003b; /** The process cannot access the file because it is being used by another process */ int NT_STATUS_SHARING_VIOLATION = 0xC0000043; /** The file is pending deletion */ int NT_STATUS_DELETE_PENDING = 0xC0000056;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 14.9K bytes - Viewed (0)