Translation of "Java-Thread" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Wie oben erwähnt, passt der Grad der Parallelität von aktuellen Webanwendungen in Kombination mit der geringen Größe der auszuführenden Codeschnipsel nicht zur aktuellen Threading-Implementierung von Java, bei der jedem Java-Thread eins zu eins ein Betriebssystemprozess zugeordnet ist.
As mentioned above, the degree of parallelism of current Web applications in combination with the small size of the code snippets to be executed does not match the current threading implementation of Java, where each Java thread is assigned 1:1 to an operating system process.
Verwenden Sie getCurrentSession(), damit diese automatisch an den aktuellen Java-Thread gebunden wird.
Use getCurrentSession(), so that it is automatically bound to the current Java thread.
Die für einen Java-Entwickler vertraute Herangehensweise wäre, einfach einen Java-Thread zu starten.
The familiar approach for a Java developper would be simply to start a java thread.
Other results
Mögliche Ursache Die vorhandenen Java-Threads wurden beim Herunterfahren gewaltsam zerstört.
Probable cause The given Java threads were forcibly destroyed during shutdown.
Java-Threads wurden innerhalb der VM mit einem eigenen Scheduling-Algorithmus realisiert.
Java threads were implemented within the VM with their own scheduling algorithm.
Der JaSIL.Toolkit unterstützt optional preemtive Java Threads.
The JaSIL.Toolkit does provide optional support for preemptive Java threads.
Die vorhandenen Java-Threads wurden beim Herunterfahren gewaltsam zerstört.
The given Java threads were forcibly destroyed during shutdown.
Eine Thread-Sicherungskopie ist eine Liste aller Java-Threads, die derzeit aktiv sind.
Ermöglicht es, Thread-Steuerungsvorgänge für Java-Threads durchzuführen.
<xml>cmp arbeitet mit bis zu drei Java-Threads.
Im Alfresco-Standard werden Transformationen durch Java-Threads umgesetzt, was regelmäßig zu Skalierungsproblemen führen kann.
In the Alfresco standard, transformations are implemented by Java threads, which can lead to scaling problems on a regular basis.
Es muss also die Frage erlaubt sein, ob es nicht sinnvollere Alternativen gibt, die das Problem der teuren Kontextwechsel von Java-Threads beheben.
Therefore the question arises whether there are other feasible alternatives that solve the problem of expensive context switches of Java threads.
In diesem Vortrag werden wir das Verhalten von Datenbankservern demonstrieren, welche verschiedene Einstellungen von Verbindungspools nutzen und wie Java Threads diese nutzt.
During this presentation we'll demonstrate the behavior of the database server using various settings of connection pools and how Java threads use them.